stock KillAll() { for(new i=0; i<MAX_PLAYERS; i++)if(IsPlayerConnected(i))SetPlayerHealth(i, 0); return 1; }