mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
Updated player_info_s/player_info_t struct (bug 4729, r=ds).
This commit is contained in:
parent
18bc4916c0
commit
cabe543f67
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user