Jump to content

Th3_Bes7

Membru
  • Posts

    83
  • Joined

  • Last visited

    Never

Everything posted by Th3_Bes7

  1. Salutare! Am o problema la comanda /rentveh. Intru intr-o masina de la rent scriu /rentveh si nu se intampla nimic. Nu scrie nici macar Unknown command. Daca stie cineva de ce nu merge comanda il rog sa ma ajute. Uitati aici pastebin cu /rentveh: http://pastebin.com/C9e4ZDbe.
  2. Las ca pentru tine mut gardurile pe mijlocu drumului.
  3. Salut. Am facut o noua harta. Harta este foarte buna pentru serverele de Role-Play. Poze: http://img829.imageshack.us/slideshow/webplayer.php?id=gtasa2011031314464965.jpg Download: http://www.megaupload.com/?d=YJWYDCRT http://solidfiles.com/d/ebdd3/
  4. Are cinvea include-ul life de silenthunter? Daca da va rog postatil aici. Va multumesc.
  5. Si pana la urma ma ajutati sa fac anti team kill? Va rog frumos. :smiley:
  6. undefined symbol "pInfo" invalid array size (negative, zero or out of bounds) undefined symbol "pTeam" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
  7. error 017: undefined symbol "PlayerInfo" warning 215: expression has no effect error 001: expected token: ";", but found "]" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors.
  8. N-am nevoie de un include ca sa folosesc OnPlayerShootPlayer ?
  9. Cum fac un anti team kill? Am incercat cu SetPlayerTeam da nu merge tot timpu :|. Adica daca ai 3 playeri la groove 1 dintre ei are anti team kill iar restul nu. Nu stiu ce sai mai fac am incercat de toate dar nu merge. Va rog frumos ajutati-ma. Dati-mi un tutorial sau explicatimi aici cum sa fac.
  10. Iti multumesc mult de tot TheBoss. Merge akm
  11. if(strcmp(cmd, "/givecash", true) == 0) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /givecash [playerid] [amount]"); return 1; } giveplayerid = strval(tmp); tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /givecash [playerid] [amount]"); return 1; } moneys = strval(tmp); //printf("givecash_command: %d %d",giveplayerid,moneys); if (IsPlayerConnected(giveplayerid)) { GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); playermoney = GetPlayerMoney(playerid); if (moneys > 0 && playermoney >= moneys) { GivePlayerMoney(playerid, (0 - moneys)); GivePlayerMoney(giveplayerid, moneys); format(string, sizeof(string), "You have sent %s(player: %d), $%d.", giveplayer,giveplayerid, moneys); SendClientMessage(playerid, COLOR_YELLOW, string); format(string, sizeof(string), "You have recieved $%d from %s(player: %d).", moneys, sendername, playerid); SendClientMessage(giveplayerid, COLOR_YELLOW, string); printf("%s(playerid:%d) has transfered %d to %s(playerid:%d)",sendername, playerid, moneys, giveplayer, giveplayerid); } else { SendClientMessage(playerid, COLOR_YELLOW, "Invalid transaction amount."); } } else { format(string, sizeof(string), "%d is not an active player.", giveplayerid); SendClientMessage(playerid, COLOR_YELLOW, string); } return 1; }
  12. Am pus comanda /givecash pe server. N-a dat eroare la compile dar cand intru pe server si scriu /givecash da bani doar la id 0. Nu stiu ce are cred ca e de la NPC. Stie cineva cum pot rezolva problema asta fara sa scot NPC de pe server? Va rog mult de tot sa ma ajutati.
  13. Nu mi-a flodat nimeni serv. Cred ca e bug din gm....dar nu stiu cum sa-l reapar.
  14. Cand intru pe server imi zice ca e full. Dar defapt e gol. Nu stiu ce are... Va rog frumos sa ma ajutati.
  15. Th3_Bes7

    2 Probleme

    ce reprezinta acel 0? ShowPlayerDialog(playerid,dialogid, 0 ,"Dialog Name",str2,"Bravo Ma","RuNixe");
  16. super tare bravo stuntman
  17. 3/5 daca ari fi fost facut de tine 5/5
×
×
  • 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.