Add extra_player_info_dod_t struct to sdk.h
This commit is contained in:
parent
db29d35966
commit
2c41a2b06b
|
@ -354,4 +354,18 @@ typedef struct {
|
||||||
int32_t has_defuse_kit;
|
int32_t has_defuse_kit;
|
||||||
} extra_player_info_cs_t; /* cstrike */
|
} 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_ */
|
#endif /* SDK_H_ */
|
||||||
|
|
Loading…
Reference in New Issue