forward RespawnAll(); public RespawnAll() { for(new i = 0; i < MAX_PLAYERS; i++) { SpawnPlayer(i); } }