Jump to content

CokeJR.

Membru
  • Posts

    182
  • Joined

  • Last visited

    Never

Everything posted by CokeJR.

  1. dami id-ul tau prin pm si ti-l pun eu :)
  2. Daca cauti mai mult poti gasi,daca nu reusesti da-mi pm cu idu-l tau si te ajut eu .
  3. nu am asa ceva in gm :)
  4. Salut Am si eu o mica problema: Daca cineva isi face cont nou pe server,primeste wanted 2 automat .. ? ce pot face :cry:
  5. Pune-l pe asta: //-------------------------------[Pay]-------------------------------------------------------------------------- if(strcmp(cmd, "/pay", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD1, "{55D4FF}SCRIE:{B4B4B4} /pay [playerid/PartOfName] [suma]"); return 1; } //giveplayerid = strval(tmp); giveplayerid = ReturnUser(tmp); tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD1, "{55D4FF}SCRIE:{B4B4B4} /pay [playerid/PartOfName] [suma]"); return 1; } moneys = strval(tmp); if(moneys > 1000 && PlayerInfo[playerid][pLevel] < 3) { SendClientMessage(playerid, COLOR_GRAD1, "Trebuie sa ai level 3 pentru a plati o suma mai mare de 1.000$"); return 1; } if(moneys < 1 || moneys > 100000) { SendClientMessage(playerid, COLOR_GRAD1, "Nu merge sub 1$ , sau mai mult de 100.000$ "); return 1; } if (IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if(PlayerInfo[giveplayerid][pLocal] == 103) { SendClientMessage(playerid, COLOR_GRAD1, "Comanda nu sunt permise în aceasta locatie"); return 1; } if (ProxDetectorS(5.0, playerid, giveplayerid)) { GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); playermoney = GetPlayerMoney(playerid); if (moneys > 0 && playermoney >= moneys) { ConsumingMoney[giveplayerid] = 1; GivePlayerMoney(playerid, (0 - moneys)); GivePlayerMoney(giveplayerid, moneys); format(string, sizeof(string), " Ai trimis %s(jucator: %d), $%d.", giveplayer,giveplayerid, moneys); PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0); SendClientMessage(playerid, COLOR_GRAD1, string); format(string, sizeof(string), " Ai primit $%d de la %s(jucator: %d).", moneys, sendername, playerid); SendClientMessage(giveplayerid, COLOR_GRAD1, string); format(string, sizeof(string), "%s a platit $%d pentru %s", sendername, moneys, giveplayer); PayLog(string); if(moneys >= 1000000) { ABroadCast(COLOR_YELLOW,string,1); } PlayerPlaySound(giveplayerid, 1052, 0.0, 0.0, 0.0); format(string, sizeof(string), "« %s scoate niste bani, si trimite lui %s.", sendername ,giveplayer); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); } else { SendClientMessage(playerid, COLOR_GRAD1, " Suma tranzactiei invalida."); } } else { SendClientMessage(playerid, COLOR_GRAD1, " Esti prea departe."); } }//invalid id } else { format(string, sizeof(string), " %d is not an active player.", giveplayerid); SendClientMessage(playerid, COLOR_GRAD1, string); } } return 1; }
  6. Multumesc,merge .
  7. Salut am o mica problema dau la masina bullet spre exemplu /v color 1 3 se pune iar dupa rac nu-se salveaza .. ? :cry: ce pot face?
  8. Interesant 4/5
  9. frumos 5/5
  10. Interesant 3/5
  11. Smecher 8/10
  12. Nu prea folositor dar este bun 3/5
  13. felicitari frumos gm-u 5/5
  14. Felicitari 10/10
  15. Am rezolvat impreuna cu AlexVs,am scot gaterele si am adaugat altele. puteti da T/C. multumesc
  16. da-mi un pm cu id-ul tau
  17. Am gasit si eu un program aici p forum care face Gate cu comanda / automate etc . eu am gate ,doar ca nu`se deschid ..
  18. :)) ma faci pe mine cum esti tu .. ? buna asta,ma rog nu ma cert cu tine ca pierd vreme aiurea .. canta la alta masa aici e cam ocupat .. ;)
  19. Termina ma copile cu furatu de nume ca ma-i disperat si vezi ca o dai in offtopic nu mai posta aiurea
  20. fai un update si scoate virusi din el dupa reuploadeazal .
  21. 10/10 la-m pus merge perfect.
  22. 10/10 frumos.
  23. bun deci am avut toate obiectele puse pe createdynamicobject si nu imi apareau . acum le-am pus pe CreateObject dar nu se mai deschid. portile aveti vreo idee cum pot rezolva ? multumesc
  24. CokeJR.

    [GF/RP] NPC

    Inainte de toate setati Numarul de NPCii pe care vreti sa-i folositi in script in server.cfg maxnpc X [nr de npc]
×
×
  • 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.