mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Updated player_info_s/player_info_t struct (bug 4729, r=ds).
This commit is contained in:
@ -65,6 +65,8 @@ class CGamestatsData;
|
||||
typedef struct player_info_s
|
||||
{
|
||||
DECLARE_BYTESWAP_DATADESC();
|
||||
// network xuid
|
||||
uint64 xuid;
|
||||
// scoreboard information
|
||||
char name[MAX_PLAYER_NAME_LENGTH];
|
||||
// local server user ID, unique while server is running
|
||||
|
Reference in New Issue
Block a user