Add GetPlayerInfo and GetPlayerForUserID to IVEngineClient.
* Move CRC32_t typedef from CUserCmd.h to PlayerInfo.h. Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#define SIGNED_GUID_LEN 32
|
||||
|
||||
#define MAX_PLAYER_NAME_LENGTH 32
|
||||
#define MAX_CUSTOM_FILES 4
|
||||
|
||||
#define LIFE_ALIVE 0
|
||||
#define LIFE_DYING 1
|
||||
#define LIFE_DEAD 2
|
||||
|
||||
Reference in New Issue
Block a user