-
Notifications
You must be signed in to change notification settings - Fork 8
Player list
Youx edited this page Sep 13, 2010
·
1 revision
Size | Value | Description |
---|---|---|
4 bytes | 32 bits | ??? |
4 bytes | 32 bits | ??? |
4 bytes | 32 bit unsigned integer | Number of players in the packet |
* | * | A given number of players (see below ) |
Size | Value | Description |
---|---|---|
4 bytes | 32 bits | Public ID of player |
4 bytes | 32 bits | Channel ID the player is in |
2 bytes | 16 bit bitfield | Channel privileges of player |
2 bytes | 16 bit bitfield | Global flags of player |
2 bytes | 16 bit bitfield | Player attributes |
1 byte | 8 bit unsigned integer | Size of player name |
29 bytes | String | Player name |
Value | Binary | Description |
---|---|---|
1 | 0000000000000001 | Channel admin |
2 | 0000000000000010 | Operator |
4 | 0000000000000100 | Voice |
8 | 0000000000001000 | Auto operator |
16 | 0000000000010000 | Auto voice |
Value | Binary | Description |
---|---|---|
1 | 0000000000000001 | Server admin |
2 | 0000000000000010 | Registration allowed |
4 | 0000000000000100 | Registered |
Value | Binary | Description |
---|---|---|
1 | 0000000000000001 | ??? |
2 | 0000000000000010 | ??? |
4 | 0000000000000100 | Block whisper |
8 | 0000000000001000 | Away |
16 | 0000000000010000 | Microphone muted |
32 | 0000000000100000 | Speakers muted |