Room player list in lobby?

Options
Hello everyone,

1- Joined lobby

2- GetRoomList
foreach(){
print(room.name)
print(room.maxplayercount)
}

i wanna see room player users (username usercustomproperties)
but no join room

mybe I do userjoin room set room propesties change?

how can I do it?


Thanks

Comments

  • vadim
    Options
    Hi,

    List of players connected to a room is not available in lobby.
    But you can access (and handle changes of) room properties marked as seen in lobby (see RoomOptions in CreateRoom() and OnReceivedRoomListUpdate message)
  • querwilly
    Options
    thanks
  • Tobias
    Options
    This simply won't scale. Once you have thousands of players and rooms, those lists won't say a lot anymore.
    Better use random matchmaking with filtering for specific types of maps, modes, etc.