mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +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
|
typedef struct player_info_s
|
||||||
{
|
{
|
||||||
DECLARE_BYTESWAP_DATADESC();
|
DECLARE_BYTESWAP_DATADESC();
|
||||||
|
// network xuid
|
||||||
|
uint64 xuid;
|
||||||
// scoreboard information
|
// scoreboard information
|
||||||
char name[MAX_PLAYER_NAME_LENGTH];
|
char name[MAX_PLAYER_NAME_LENGTH];
|
||||||
// local server user ID, unique while server is running
|
// local server user ID, unique while server is running
|
||||||
|
Reference in New Issue
Block a user