Jump to content

-=[Vyorel]=-

Administrator
  • Posts

    2.130
  • Joined

  • Last visited

  • Days Won

    99

Everything posted by -=[Vyorel]=-

  1. -=[Vyorel]=-

    unban

    Vezi in fisierul samp.ban din server.
  2. In primul rand Cauta si apoi posteaza. In al 2lea rand, ai gresit sectiunea, iar in al 3lea rand, foloseste un streamer. Topic mutat in Scripting.
  3. Foloseste un Timer care sa-ti inchida poarta (vezi aici, sau daca vrei sa o inchizi tot prin click, faci la fel, numai ca schimbi coordonatele intre ele.
  4. -=[Vyorel]=-

    MySQL

    Sau aici http://www.sa-mp.ro/forum/index.php/topic,6683.0.html
  5. public NameTimer() { for(new i = 0;i < MAX_PLAYERS;i++) { if(IsPlayerConnected(i)) { for(new q = 0;q < MAX_PLAYERS;q++) { if(IsPlayerConnected(q)) { new Float:p1x; new Float:p1y; new Float:p1z; new Float:p2x; new Float:p2y; new Float:p2z; if(IsPlayerConnected(i) && IsPlayerConnected(q)) { GetPlayerPos(i,p1x,p1y,p1z); GetPlayerPos(q,p2x,p2y,p2z); if(GetPointDistanceToPointExMorph(p1x,p1y,p1z,p2x,p2y,p2z) < pdistance) { if(PlayerInfo[q][pMaskuse] != 1) { ShowPlayerNameTagForPlayer(i,q,1); } } else { ShowPlayerNameTagForPlayer(i,q,0); } } } } } } }
  6. new adminname[MAX_PLAYER_NAME];
  7. Foloseste un script de admin. Cauta.
  8. Deschide modul (fisierul .pwn) cu programul Pawno si cauta (Ctrl+F) ceea ce ti-a zis.
  9. -=[Vyorel]=-

    admin

    Pai da. Apasa TAB cand esti in joc si iti afli ID-ul. Apoi scrii /setlevel 0 4 (exemplu).
  10. -=[Vyorel]=-

    admin

    Asta e cel mai bun. Level-ul maxim la el e 5.
  11. -=[Vyorel]=-

    admin

    Uita-te in fisierele .pwn sa vezi comenzile... Poate ca acea comanda este pentru admini de level mai mare. Incearca comenzile astea pentru a da admin: /setlevel ID level /makeadmin ID level /setadmin ID level Te sfatuiesc sa folosesti doar un singur script de admin, pentru ca daca folosesti mai multe apar buguri.
  12. Nu se poate asa ceva!
  13. Bun venit in lumea SA:MP-erilor! Pentru inceput ar trebuii intai sa Cauti si neaparat sa citesti Regulamentul forumului. Poti invata scriptingul intrand pe wiki.sa-mp.com. 1. Deschide gamemodul cu programul Pawno si cauta (Ctrl+F) public OnPlayerSpawn iar acolo vei gasi un rand SetPlayerPos(playerid, X, Y, Z); X, Y si Z fiind coordonatele. Vezi wiki.sa-mp.com 2. Explica mai pe intelesul tuturor. 3. Foloseste scriptul asta. 4. Le poti creea cu acest script. 5. La OnPlayerSpawn pui GivePlayerWeapon(playerid,5,1); GivePlayerWeapon(playerid,24,250);
  14. Vezi aici raspunsul.
  15. Serios? Incearca tu sa faci asa si sa vezi daca iti merge ceva. :-j
  16. Faci cum ti-a zis el, numai ca inloc de users pui Accounts GetPlayerName(playerid, plname, sizeof(plname)); format(string, sizeof(string), "Accounts/%s.ini", plname); si dupa parerea mea, pui la comanda /register
  17. Ii clar. Raman la asta a lui incognito. :-j
  18. Ce parerea aveti de Fallout's Object Streamer v0.5 http://forum.sa-mp.com/showthread.php?t=117920 L-ati folosit? Daca da, e bun? Nu as vrea sa convertesc toate obiectele pe streamerul asta degeaba... :P
  19. Stiai ca functia asta este scoasa din 0.3b?
  20. http://forum.sa-mp.com/showthread.php?t=3860 foloseste-l
  21. -=[Vyorel]=-

    MTA

    Ochii din cap. Corect.
  22. Pune tot unde da erorile.
  23. Cauta public OnPlayerRequestClass si inlocuieste-l cu public OnPlayerRequestClass(playerid, classid) Doar linia (radul) aia.
  24. Foloseste asta http://forum.sa-mp.com/showthread.php?t=12018
×
×
  • 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.