Skip to content

S#17 (HowManyPlayersAndGames)

CrazyPhoenix edited this page Jun 28, 2018 · 2 revisions

The S#17 message may be sent by the server to inform the client of how many players and games are currently active. Normally, the client displays this information in the chat box.

literal uint playerCount;
0x2A;
literal uint gameCount;

playerCount is the number of players currently playing.

gameCount is the number of games currently active.

Clone this wiki locally