stock KickAll(){ for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) Kick(i); } return 1;}