Jump to content

eXplosioN SAMP

Membru
  • Posts

    32
  • Joined

  • Last visited

Everything posted by eXplosioN SAMP

  1. 5/10, Pentru ca esti incepator si te-ai chinuit, dar cum nici eu nici altul, nimeni nu ar folosi asemenea textdraw, e nevoie de putina eleganta, fara prea multe culori ..
  2. Edit: Merci mult WiDuaIK, timerul era setat la 1000 si trebuia la 100 ;)
  3. Bogda[N], nu am nimic cu tine, dar astea sunt servicii scripting ? daca asta inseamna sa fii scripter, de ce nu oferim toti servicii ???, eu cred ca orice prost poate invata cat de lejer se poate lucrurile pe care le faci tu, nu ca eu as fi mai bun, dar asta nu inseamna scripting
  4. Asa da , daca vedeam si link-ul nu mai ziceam nimic, O zi buna !
  5. Ce ai vrut sa arati cu topicul asta ? Ca ai si tu un gm ?, Frate, ori il prezinti (sisteme/factiuni/informatii/joburi) sa il arati frumos sa iti dam si noi o parere , ori il postezi asa cu tot cu link de download, eu nu vad rostul acestui topic :)), Sunt scrise niste sisteme (si alea fiind foarte vechi) si cateva poze , atat ! Am zis parerea mea , atat !
  6. Problema intalnita (descriere): Salut,folosesc gm pronion v1.4.8, iar la speedometer, viteza creste ciudat , creste din 2 in 2 , din 5 in 5, si iti da impresia ca merge in reluare , am intrat pe un server care are acel gm si am vazut ca au facut ca viteza sa apara ca pe orice server normal , rapid ... cum sa fac asta ?Ero(area / rile) / warning-(ul / urile):-Liniile de cod / sursa / script-ul(obligatoriu): nu stiu ce ar trebui sa va aratImagini / Video (optional):-Ati incercat sa rezolvati singur?: Da , am incercat floatsqroot , m-am uitat am editat cateva cifre , dar nu stiu
  7. Problema intalnita (descriere): Pai, folosesc gm-ul pronion, si are acele turfuri , nu stiu cum sa fac ca la comanda /takezone sa se schimbe virtual world-ul celor 2 factiuni , cea care ataca si cea atacata Ero(area / rile) / warning-(ul / urile):-Liniile de cod / sursa / script-ul(obligatoriu): Imagini / Video (optional):- if(strcmp(cmd,"/takezone",true)==0) { new member = PlayerInfo[playerid][pMember]; new rank = PlayerInfo[playerid][pRank]; if(PlayerInfo[playerid][pLeader] == 12 || PlayerInfo[playerid][pLeader] == 13 || PlayerInfo[playerid][pLeader] == 14 || PlayerInfo[playerid][pLeader] == 15 || member == 12 && rank == 6 || member == 13 && rank == 6 || member == 14 && rank == 6 || member == 15 && rank == 6) { for(new z=0; z<sizeof(ZoneInfo); z++) { if(IsPlayerInZone(playerid,z)) { if(takezone == 1) { SendClientMessage(playerid, COLOR_GRAD1, " The Takezone is allready started"); } else { new leader[30]; format(leader,sizeof(leader),"%s" ,ZoneInfo[GetPlayerZone(playerid)][zOwner]); #define min 30000 GetPlayerName(playerid, sendername, sizeof(sendername)); if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 12 && (PlayerInfo[playerid][pLeader] == 12 || member == 12 && rank == 6)) { SendClientMessage(playerid, COLOR_GRAD1, " Error. You are in an area of your"); } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 13 && (PlayerInfo[playerid][pLeader] == 13 || member == 13 && rank == 6)) { SendClientMessage(playerid, COLOR_GRAD1, " Error. You are in an area of your"); } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 14 && (PlayerInfo[playerid][pLeader] == 14 || member == 14 && rank == 6)) { SendClientMessage(playerid, COLOR_GRAD1, " Error. You are in an area of your"); } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 15 && (PlayerInfo[playerid][pLeader] == 15 || member == 15 && rank == 6)) { SendClientMessage(playerid, COLOR_GRAD1, " Error. You are in an area of your"); } if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 12 && (PlayerInfo[playerid][pLeader] == 13 || member == 13 && rank == 6)) { if(cooldownblls == 0) { format(string, sizeof(string), "{FFFFFF}* {C21BE0}Ballas {FFFFFF}Leader %s is attacking a territory held by the {05A100}Grove Street{FFFFFF}!",sendername,leader); SendClientMessageToAll(-1, string); SendClientMessageToAll(-1, "{FFFFFF}* Takezone Time: {C21BE0}12 minutes"); foreach(new i : Player) { GangZoneFlashForPlayer(i, Zones[z], COLOR_RED); } takezone=1; Tmin = 11; Tsec = 0; ZoneInfo[z][zTakeOn] = 1; TakeStatsTimer = SetTimer("UpdateTakeStats", 1000,1); timerbllsgst=SetTimer("bllsgst",min*20,0); bllsvsgst = 1; cooldownblls = 3600; } else { format(string, 128, " Ballas has cooldown. Must wait 1 hour (%d seconds).",cooldownblls); SendClientMessage(playerid,COLOR_GREY, string); } } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 12 && (PlayerInfo[playerid][pLeader] == 14 || member == 14 && rank == 6)) { if(cooldownlsv == 0) { format(string, sizeof(string), "{FFFFFF}* {F2EB16}Los Santos Vagos {FFFFFF}Leader %s is attacking a territory held by the {05A100}Grove Street{FFFFFF}!",sendername,leader); SendClientMessageToAll( -1, string); SendClientMessageToAll(-1, "{FFFFFF}* Takezone Time: {F2EB16}12 minutes"); foreach(new i : Player) { GangZoneFlashForPlayer(i, Zones[z], COLOR_RED); } takezone= 1; Tmin = 11; Tsec = 0; ZoneInfo[z][zTakeOn] = 1; TakeStatsTimer = SetTimer("UpdateTakeStats", 1000,1); timerlsvgst=SetTimer("lsvgst",min*20,0); lsvvsgst = 1; cooldownlsv = 3600; } else { format(string, 128, " Los Santos Vagos has cooldown. Must wait 1 hour (%d seconds).",cooldownlsv); SendClientMessage(playerid,COLOR_GREY, string); } } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 12 && (PlayerInfo[playerid][pLeader] == 15 || member == 15 && rank == 6)) { SendClientMessage(playerid, COLOR_GREY," You're in an alliance with Grove Street."); } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 13 && (PlayerInfo[playerid][pLeader] == 12 || member == 12 && rank == 6)) { if(cooldowngst == 0) { format(string, sizeof(string), "{FFFFFF}* {05A100}Grove Street {FFFFFF}Leader %s is attacking a territory held by the {C21BE0}Ballas{FFFFFF}!",sendername,leader); SendClientMessageToAll( -1, string); SendClientMessageToAll(-1, "{FFFFFF}* Takezone Time: {05A100}12 minutes"); foreach(new i : Player) { GangZoneFlashForPlayer(i, Zones[z], COLOR_RED); } takezone= 1; Tmin = 11; Tsec = 0; ZoneInfo[z][zTakeOn] = 1; TakeStatsTimer = SetTimer("UpdateTakeStats", 1000,1); timergstblls=SetTimer("gstblls",min*20,0); cooldowngst = 3600; bllsvsgst = 1; } else { format(string, 128, " Grove Street has cooldown. Must wait 1 hour (%d seconds).",cooldowngst); SendClientMessage(playerid,COLOR_GREY, string); } } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 13 && (PlayerInfo[playerid][pLeader] == 14 || member == 14 && rank == 6)) { SendClientMessage(playerid, COLOR_GREY," You're in an alliance with Ballas."); } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 13 && (PlayerInfo[playerid][pLeader] == 15 || member == 15 && rank == 6)) { if(cooldownvla == 0) { format(string, sizeof(string), "{FFFFFF}* {00F2FF}Varriors Los Aztecas {FFFFFF}Leader %s is attacking a territory held by the {C21BE0}Ballas{FFFFFF}!",sendername,leader); SendClientMessageToAll( -1, string); SendClientMessageToAll(-1, "{FFFFFF}* Takezone Time: {00F2FF}12 minutes"); foreach(new i : Player) { GangZoneFlashForPlayer(i, Zones[z], COLOR_RED); } takezone= 1; Tmin = 11; Tsec = 0; ZoneInfo[z][zTakeOn] = 1; TakeStatsTimer = SetTimer("UpdateTakeStats", 1000,1); timervlablls=SetTimer("vlablls",min*20,0); vlavsblls = 1; cooldownvla = 3600; } else { format(string, 128, " Varriors Los Aztecas has cooldown. Must wait 1 hour (%d seconds).",cooldownvla); SendClientMessage(playerid,COLOR_GREY, string); } } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 14 && (PlayerInfo[playerid][pLeader] == 12 || member == 12 && rank == 6)) { if(cooldowngst == 0) { format(string, sizeof(string), "{FFFFFF}* {05A100}Grove Street {FFFFFF}Leader %s is attacking a territory held by the {F2EB16}Los Santos Vagos{FFFFFF}!",sendername,leader); SendClientMessageToAll( -1, string); SendClientMessageToAll(-1, "{FFFFFF}* Takezone Time: {05A100}12 minutes"); foreach(new i : Player) { GangZoneFlashForPlayer(i, Zones[z], COLOR_RED); } takezone= 1; Tmin = 11; Tsec = 0; ZoneInfo[z][zTakeOn] = 1; TakeStatsTimer = SetTimer("UpdateTakeStats", 1000,1); timergstlsv=SetTimer("gstlsv",min*20,0); cooldowngst = 3600; lsvvsgst = 1; } else { format(string, 128, " Grove Street has cooldown. Must wait 1 hour (%d seconds).",cooldowngst); SendClientMessage(playerid,COLOR_GREY, string); } } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 14 && (PlayerInfo[playerid][pLeader] == 13 || member == 13 && rank == 6)) { SendClientMessage(playerid, COLOR_GREY," You're in an alliance with Los Santos Vagos."); } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 14 && (PlayerInfo[playerid][pLeader] == 15 || member == 15 && rank == 6)) { if(cooldownvla == 0) { format(string, sizeof(string), "{FFFFFF}* {00F2FF}Varriors Los Aztecas {FFFFFF}Leader %s is attacking a territory held by the {F2EB16}Los Santos Vagos{FFFFFF}!",sendername,leader); SendClientMessageToAll( -1, string); SendClientMessageToAll(-1, "{FFFFFF}* Takezone Time: {00F2FF}12 minutes"); foreach(new i : Player) { GangZoneFlashForPlayer(i, Zones[z], COLOR_RED); } takezone= 1; Tmin = 11; Tsec = 0; ZoneInfo[z][zTakeOn] = 1; TakeStatsTimer = SetTimer("UpdateTakeStats", 1000,1); timervlalsv=SetTimer("vlalsv",min*20,0); cooldownvla = 3600; vlavslsv = 1; } else { format(string, 128, " Varriors Los Aztecas has cooldown. Must wait 1 hour (%d seconds).",cooldownvla); SendClientMessage(playerid,COLOR_GREY, string); } } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 15 && (PlayerInfo[playerid][pLeader] == 12 || member == 12 && rank == 6)) { SendClientMessage(playerid, COLOR_GREY," You're in an alliance with Varrios Los Aztecas."); } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 15 && (PlayerInfo[playerid][pLeader] == 13 || member == 13 && rank == 6)) { if(cooldownblls == 0) { format(string, sizeof(string), "{FFFFFF}* {C21BE0}Ballas {FFFFFF}Leader %s is attacking a territory held by the {00F2FF}Varriors Los Aztecas{FFFFFF}!",sendername,leader); SendClientMessageToAll( -1, string); SendClientMessageToAll(-1, "{FFFFFF}* Takezone Time: {C21BE0}12 minutes"); foreach(new i : Player) { GangZoneFlashForPlayer(i, Zones[z], COLOR_RED); } takezone= 1; Tmin = 11; Tsec = 0; ZoneInfo[z][zTakeOn] = 1; TakeStatsTimer = SetTimer("UpdateTakeStats", 1000,1); timerbllsvla=SetTimer("bllsvla",min*20,0); cooldownblls = 3600; vlavsblls = 1; } else { format(string, 128, " Ballas has cooldown. Must wait 1 hour (%d seconds).",cooldownblls); SendClientMessage(playerid,COLOR_GREY, string); } } else if(ZoneInfo[GetPlayerZone(playerid)][zTeam] == 15 && (PlayerInfo[playerid][pLeader] == 14 || member == 14 && rank == 6)) { if(cooldownlsv == 0) { format(string, sizeof(string), "{FFFFFF}* {F2EB16}Los Santos Vagos {FFFFFF}Leader %s is attacking a territory held by the {00F2FF}Varriors Los Aztecas{FFFFFF}!",sendername,leader); SendClientMessageToAll( -1, string); SendClientMessageToAll(-1, "{FFFFFF}* Takezone Time: {F2EB16}12 minutes"); foreach(new i : Player) { GangZoneFlashForPlayer(i, Zones[z], COLOR_RED); } takezone= 1; Tmin = 11; Tsec = 0; ZoneInfo[z][zTakeOn] = 1; TakeStatsTimer = SetTimer("UpdateTakeStats", 1000,1); timerlsvvla=SetTimer("lsvvla",min*20,0); cooldownlsv = 3600; vlavslsv = 1; } else { format(string, 128, " Los Santos Vagos has cooldown. Must wait 1 hour (%d seconds).",cooldownlsv); SendClientMessage(playerid,COLOR_GREY, string); } } } } } } else SCM(playerid, COLOR_GRAD1, " You are not a Gang Leader!"); } /*-------------------Si comanda /takeover pentru admi--------------- ------------------*/ if(strcmp(cmd,"/takeover",true)==0) { if(PlayerInfo[playerid][pAdmin] >= 1337) { if(takezone == 1) { for(new z=0; z < sizeof(ZoneInfo); z++) { takezone = 0; KillTimer(TakeStatsTimer); ZoneInfo[z][zTakeOn] = 0; scoreteamgst=0; scoreteamblls=0; scoreteamlsv=0; scoreteamvla=0; bllsvsgst=0; lsvvsgst=0; vlavsgst=0; lsvvsblls=0; vlavsblls=0; vlavslsv=0; KillTimer(timerbllsgst); KillTimer(timerlsvgst); KillTimer(timervlagst); KillTimer(timergstblls); KillTimer(timerlsvblls); KillTimer(timervlablls); KillTimer(timergstlsv); KillTimer(timerbllslsv); KillTimer(timervlalsv); KillTimer(timergstvla); KillTimer(timerbllsvla); KillTimer(timerlsvvla); for(new i=0; i < sizeof(ZoneInfo); i++) { GangZoneHideForAll( Zones[i]); GangZoneShowForAll( Zones[i], GetTeamZoneColor(ZoneInfo[i][zTeam])); } GangZoneStopFlashForAll(Zones[z]); cooldownblls = 0; cooldowngst = 0; cooldownlsv = 0; cooldownvla = 0; } new text[256]; GetPlayerName(playerid,sendername,sizeof(sendername)); format(text, sizeof(text), "[TakeZone]: {FFFFFF}The Takezone was stopped by admin {FF0000}%s",sendername); SendClientMessageToAll(COLOR_LIGHTGREEN, text); } else SendClientMessage(playerid, COLOR_GRAD1, " Nu este pornit niciun takezone!"); } } //------ Ati incercat sa rezolvati singur?: Nu stiu ce sa incerc P.S Daca cineva stie , ar puteam sa-mi spuna si cum fac sa se si respawneze membrii celor 2 factiuni !
  8. Problema intalnita (descriere): Cand dau restart nu se salveaza kilometrii facuti , se reeteaza de la 0 , folosesc pronion v1.4.8Ero(area / rile) / warning-(ul / urile):-Liniile de cod / sursa / script-ul(obligatoriu):-Imagini / Video (optional):-Ati incercat sa rezolvati singur?: Da , pcars.cfg , dar nu stiu
  9. Doamne, nu am mai vazut oameni asa de destepti , gm-ul nu era pe net cand am pus eu anuntul
  10. is mai multe new string , primu gasit e de 256
  11. Problema intalnita (descriere): Cand pornesc serverul (GF) casele si bizz-urile apar ceva de genu For Sale {FF , doar daca editez o casa sau intru in ea , isi revin toate .. nu stiu ce sa fac sa fie toate bune ..Ero(area / rile) / warning-(ul / urile): -Liniile de cod / sursa / script-ul(obligatoriu): il pun in reply daca e nevoie .Imagini / Video (optional):-Ati incercat sa rezolvati singur?: Am incercat , am editat din pwn aia cu textul de la case si bizz-uri si m-am uitat putin prin property.cfg , dar chiar nu stiu , sunt convins ca multi stiti problema ..
  12. Da frate , dar nu pot sa fac 150.000, intrebarea a fost , e prea mult , ar trebui optimizat si rescris cat dee cat sa cobor macar pana la 40.000 .. ? Sau chiar nu conteaza cate linii am ?
  13. Inca e pe forum , topicul e de mult , nu era pe net , a fost pus dupa ce am zis ca il vand !
  14. O intrebare prosteasca. .. 60.000 linii e mult pentru un gm, sau mai merge ? Voi cate linii aveti la gamemoduri ?
  15. B-Zone au dedicat propriu de la alta firma, am uitat cum se numeste, nu au absolut nici o treaba cu gazduirejocuri sau cu takehost, e posibil sa aiba dedicate de la aceasi firma, atat.
  16. @catalin9325 Merci, dar era bine sa fie si un argument ;) ( de ce nqg si nu pronion ?), dar merci oricum
  17. Salut , as dori sa va intreb care este versiunea mai noua a gamemodului facut de iSnake ? NQGaming sau Pronion v1.4.8 ... pe Nqgaming scrie ca e 1.7.4 .. dar nu stiu ..
  18. Este vorba si de mesajul , Bun venit , raspunde la urmatoarele intrebari , la tutorial
  19. Deci cand intru pe server , imi da respawn de 2 ori , asa cred .. imi apare de 2 ori [Doctor] Factura ta medicala este de 100$ , vreau sa apara doar 1 data ..
  20. Problema intalnita (descriere): Este vorba despre gamemode-ul godfather , cand intru pe server apare treaba aia cu Factura ta medicala este de %s, bine in fine ,apare de 2 ori, si cand te inregistrezi ..Liniile de cod / sursa / script-ul(obligatoriu): nu stiu , cereti-mi ce credeti ca eImagini / Video (optional): -Ati incercat sa rezolvati singur?: da , m-am uitat la SetPlayerSpawn , OnPlayerRequestClass , insa cred ca se dubleaza spawn-ul , nu stiu sa rezolv
  21. Nu stiu sa folosesc map editor adica l-am descarcat dar pnm ma da la area51 si nu merge nici W A S D , nu stiu de unde sa iau mapa sa ii dau load , e complicat
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.