new player = random(MAX_PLAYERS);while(!IsPlayerConnected(player)) player = random(MAX_PLAYERS);printf("Player ID %d", player);