for(new i = 0; i < MAX_PLAYERS; i++){ if (!IsPlayerAdmin(i)) // Change this to your admin variable, but remember to put 'i', not 'playerid'! { Kick(i); }}