Jump to content

IcE.

Membru
  • Posts

    1.094
  • Joined

  • Last visited

Everything posted by IcE.

  1. Ce ai facut tu acolo ? Ce vrei sa faca. Acela e numa pt cand e conectat.
  2. Nu.
  3. [pawn] //OnGameModeInit() SetTimer("dLevelEx", 600000, 1); //10 minute //la sfarsit de gm forward dLevelEx(); public dLevelEx() { new whd; for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { whd = WantedLevel; if (whd>0) { whd--; SetPlayerWantedLevel(i,whd); WantedLevel = whd; } } } } [/pawn]
  4. Arata toate include care le folosesti.
  5. Vrei sa dispara wantedu sau ce vrei?
  6. Insemna ca nu ai bagat plugins cu .so in server.cfg
  7. 1.Cu /* si */ Cauta preg] == 0 si acolo adaugi PlayerInfo[playerid][pCarKey] = 1;
  8. Nu e nici o eroare .
  9. Nu se cer comenzi!
  10. Nu se cer scripturi.
  11. 1.Titlu. 2. 2xPost. 3. Warn
  12. Ceri prea mult de la un simplu NPC :|.
  13. [pawn]public GivePlayerMoneyEx(playerid, money) { new newtext[41]; format(newtext, sizeof(newtext), "$%s", money); TextDrawSetString(moneytd, newtext); P_DATA[playerid][pMoney] += money; return 1; } public SetPlayerMoneyEx(playerid, money) { new newtext[41]; format(newtext, sizeof(newtext), "$%s", money); TextDrawSetString(moneytd, newtext); P_DATA[playerid][pMoney] = money; return 1; } public ResetPlayerMoney(playerid) { new newtext[41]; format(newtext, sizeof(newtext), "$00000000", money); TextDrawSetString(moneytd, newtext); P_DATA[playerid][pMoney] = 0; return 1; } [/pawn]
  14. Daca ai facuto in MTA, adauga un nrg unde vrei sa ai teleport si dupaia salvezi, si te uiti in nume.map.
  15. Cu un TD. http://wiki.sa-mp.com/wiki/TextDrawCreate
  16. Discutii Scripting daca ai vro problema cu scriptu.
  17. Nai pus plugins .
  18. IcE.

    problema npc

    NPC-urile nu apar la TAB!
  19. IcE.

    o prb

    Titlu.
  20. Frumos si simplu . Dar din cate stiu eu Flash nu zbura ).
  21. Nai postat unde trebuie.
  22. 1.De la cine ai net? 2.Vezi daca ai Firewall off. Dezactivezi antivirusu sau din : Control Panel > Windows Firewall , si bifezi pe off.
  23. Ai vrun bug in gm si atunci se opreste sv-u . Dar posteaza si server_log.txt ca poate e de la altceva.
  24. IcE.

    AJUTORRRRRRRRRRRR

    TITLUUUUUUUUUUUUUUUU
×
×
  • 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.