Add extra_player_info_dod_t struct to sdk.h

This commit is contained in:
8dcc 2023-07-28 17:42:39 +02:00
parent db29d35966
commit 2c41a2b06b
1 changed files with 14 additions and 0 deletions

View File

@ -354,4 +354,18 @@ typedef struct {
int32_t has_defuse_kit;
} extra_player_info_cs_t; /* cstrike */
typedef struct {
int16_t frags;
int16_t objscore;
int16_t deaths;
int16_t playerclass;
int16_t teamnumber;
int32_t status;
char teamname[16];
int32_t showhealth;
int32_t health;
int32_t teamId;
bool dead;
} extra_player_info_dod_t; /* dod */
#endif /* SDK_H_ */