Jump to content

WopsS

Administrator
  • Posts

    2,200
  • Joined

  • Last visited

  • Days Won

    118

Everything posted by WopsS

  1. Atunci cauta in gamemode dupa AttachObjectToPlayer.
  2. Ai cumva in filterscripts armedbody?
  3. WopsS

    Problema

    Scoate junkbuster nu e asa reusit.
  4. [PAWN]if(strcmp(cmd, "/fuelcarsfactions", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerData[playerid][pLeader] == 1) { for(new c = ID MASINA DE INCEPUT PENTRU FACTIUNEA 1;c < ID DE SFARSIT PENTRU FACTIUNEA 1 SI IL ADUNI CU 1; c++) Gas[c] = GasMax; SendClientMessage(playerid, COLOR_GREY, "Toate masinile au fost umplute cu benzina ! "); } else return SendError(playerid,cmd); } return 1; }[/PAWN] De ce nu incerci sa te uiti sa vezi ce trebuie schimbat?
  5. WopsS

    Timer /news

    La [pawn]SetTimerEx("SendMessageNews", 60000, false, "i", playerid);[/pawn] trebuie sa fie [pawn] SetTimerEx("NewsMessage", 60000, false, "i", playerid);[/pawn]
  6. De ce faci post pentru a iti mari numarul de posturi cu 1?
  7. Fai o variabila handle. Uite un exemplu. [pawn]new handle = mysql_connect(SQL_HOST,SQL_USER,SQL_DB,SQL_PASS);[/pawn] Iar la acel if pui handle && mysql_errno(handle) == 0 daca ai plugin-ul pe R8+. Daca nu pui == 1
  8. WopsS

    Audio Stream

    Respecta modelul si aici nu se posteaza asa ceva!
  9. Nu ai raspuns in termen de 48 de ore. Topic inchis!
  10. WopsS

    /findcar

    Nu ai raspuns in termen de 48 de ore. Topic inchis!
  11. WopsS

    Problema DMV

    Nu ai raspuns in termen de 48 de ore. Topic inchis!
  12. Nu ai raspuns in termen de 48 de ore. Topic inchis!
  13. WopsS

    Bug tuning

    Nu ai raspuns in termen de 48 de ore. Topic inchis!
  14. E prea mare string-ul SASSCmds. Pune-l de 700 sau 600.
  15. Si comanda pentru /fuel? Sa vedem ce variabila ai pentru fuel-ul masinii.
  16. WopsS

    Timer /news

    Uita-te aici. http://wiki.sa-mp.com/wiki/SetTimerEx pentru fiecare player global folosesti http://wiki.sa-mp.com/wiki/SetTimer
  17. http://wiki.sa-mp.com/wiki/OnPlayerText
  18. string / GetPlayerName e deja definit. Restul sutn nedefinite.
  19. http://forum.sa-mp.com/showthread.php?t=448761
  20. Foloseste MySQL! Si nu stiu ASS Level.
  21. Respecta modelul!
  22. Si atunci compilatorul de ce zice ca e nedefinit?
  23. ... [pawn]sscanf(SKRSA, "p</>i", pinfo[playerid][sAdmin]); BUD::GetStringEntry(userid, "SAdmin", SKRSA, 30); [/pawn]
×
×
  • 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.