Jump to content

-=[Vyorel]=-

Administrator
  • Posts

    2.130
  • Joined

  • Last visited

  • Days Won

    99

Everything posted by -=[Vyorel]=-

  1. Mai ai alt FS de admin prin server? Daca da, scoate-le si lasa doar ladmin. Daca nu ai, uite ultima versiune de ladmin AICI.
  2. http://www.sa-mp.ro/forum/index.php/topic,5356.0.html
  3. Eu m-am referit la FS-uri diferite, cu comenzi diferite. Cine o fi idiot sa bage mai multe FS-uri cu acelasi comenzi in fiecare. De exemplu cum ai zis tu la comanda /admins
  4. Ok. Verifica comanda /admins daca este la fel ca aceasta: dcmd_admins(playerid,params[]) { #pragma unused params new Count[2], i, string[128]; for(i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i)) { if(PlayerInfo[i][Level] > 0) Count[0]++; if(IsPlayerAdmin(i)) Count[1]++; } #if defined HIDE_ADMINS if(PlayerInfo[playerid][Level] == 0) { if(Count[0] >= 1) { format(string, sizeof(string), "There are %d Administrators online. Use /report <id> <reason> if you suspect a player of cheating", Count[0]); return SendClientMessage(playerid, blue, string); } else return SendClientMessage(playerid, blue, "No Administrators online"); } #endif if( (Count[0] == 0 && Count[1] == 0) || (Count[0] == 0 && Count[1] >= 1 && PlayerInfo[playerid][Level] == 0) ) return SendClientMessage(playerid, blue, "No Administrators online"); if(Count[0] == 1) { for(i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && PlayerInfo[i][Level] > 0) { format(string, sizeof(string), "Admin: (%d)%s [%d]", i, PlayerName2(i), PlayerInfo[i][Level] ); SendClientMessage(playerid, blue, string); } } if(Count[0] > 1) { new x; format(string, sizeof(string), "Admins: "); for(i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && PlayerInfo[i][Level] > 0) { format(string,sizeof(string),"%s(%d)%s [%d]",string,i,PlayerName2(i),PlayerInfo[i][Level]); x++; if(x >= 5) { SendClientMessage(playerid, blue, string); format(string, sizeof(string), "Admins: "); x = 0; } else format(string, sizeof(string), "%s, ", string); } if(x <= 4 && x > 0) { string[strlen(string)-3] = '.'; SendClientMessage(playerid, blue, string); } } if( (Count[1] == 1) && (PlayerInfo[playerid][Level] > 0) ) { for(i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && IsPlayerAdmin(i)) { format(string, sizeof(string), "RCON Admin: (%d)%s", i, PlayerName2(i)); SendClientMessage(playerid, COLOR_WHITE, string); } } if(Count[1] > 1) { new x; format(string, sizeof(string), "RCON Admins: "); for(i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && IsPlayerAdmin(i)) { format(string,sizeof(string),"%s(%d)%s",string,i,PlayerName2(i)); x++; if(x >= 5) { SendClientMessage(playerid, COLOR_WHITE, string); format(string, sizeof(string), "RCON Admins: "); x = 0; } else format(string, sizeof(string), "%s, ", string); } if(x <= 4 && x > 0) { string[strlen(string)-3] = '.'; SendClientMessage(playerid, COLOR_WHITE, string); } } return 1; } Daca e la fel, recompileaza scriptul cu Pawno din versiunea serverului tau.
  5. Lol=)))Ce treaba are ordinea lor?) ruben88, spune cate filterscripturi ai scrise in server.cfg , defapt numara-le si vezi ca trebuie sa ai maxim 16. Daca ai depasit acest numar, mai sterge din ele.
  6. Eh, din cauza la postul asta, topic closed.
  7. Incearca asta.
  8. Pune pozele corect (link-urile).
  9. Lol. Ai inteles macar ce ti-a zis moro? ) Pune codurile (liniile) de la comenzi.
  10. N-ai ce face cu acel gamemode.
  11. Copileaza-l cu Pawno din 0.3b sau 0.3c
  12. http://wiki.sa-mp.com
  13. Deschide scriptul cu Pawno si apasa Ctrl+F apoi scrii comanda si dupaia o modifici. Apesi F5 si voila. Ai reusit.
  14. Adauga la public OnPlayerDeath linia asta SendDeathMessage(killerid,playerid,reason);
  15. Uite AICI. E pentru 0.3b
  16. Sa postezi AICI.
  17. Foloseste un streamer compatibil cu versiunea serverului tau (0.3b sau 0.3c).
  18. Scrie romaneste. N-am inteles mai nimic din ce ai zis.
  19. Sectiunea Tutoriale, sectiunea Plugins si Wikipedia te va ajuta sa-ti faci un server singur.
  20. DisableInteriorEnterExits(); In OnGameModeInit
  21. In Gamemode.
  22. Foloseste asta http://www.sa-mp.ro/forum/index.php/topic,7004.0.html
  23. Si portile si restul obiectelor.
  24. -=[Vyorel]=-

    unban

    In folderul serverului tau ai unfisier samp.ban Deschide-l cu notepad si sterge ban-ul de acolo. Apoi scrii in consola serverului reloadbans
  25. Comanda /setskin o gasesti prin toate scripturile de admin.
×
×
  • 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.