How to kick all except playerid
#8

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?
Reply


Messages In This Thread
How to kick all except playerid - by Torran - 11.03.2010, 17:29
Re: How to kick all except playerid - by ¤Adas¤ - 11.03.2010, 17:34
Re: How to kick all except playerid - by Torran - 11.03.2010, 17:36
Re: How to kick all except playerid - by thiaZ_ - 11.03.2010, 17:37
Re: How to kick all except playerid - by Torran - 11.03.2010, 22:27
Re: How to kick all except playerid - by adsy - 11.03.2010, 22:30
Re: How to kick all except playerid - by aircombat - 11.03.2010, 22:35
Re: How to kick all except playerid - by Torran - 11.03.2010, 22:37
Re: How to kick all except playerid - by aircombat - 11.03.2010, 22:39
Re: How to kick all except playerid - by adsy - 11.03.2010, 23:12

Forum Jump:


Users browsing this thread: 1 Guest(s)