stock SelectRandomPlayer(){ new random = Random(MAX_PLAYERS); if(IsPlayerConnected(random)) { return random; } else { return SelectRandomPlayer(); }}