Quote:
Originally Posted by adsy
Quote:
Originally Posted by thiaZ_
pawn Код:
if(!strcmp(cmdtext, "/command")) { for(new i; i<MAX_PLAYERS; i++) { if(i != playerid) { if(PlayerInfo[i][AdminLevel] != 5){ Kick(i); }} SendClientMessage(playerid, 0xFFFFFFFF, "You kicked all players except you!"); } return true; }
|
modified
|
And that will not kick people who are level 5 admin and over?