mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
feat(CNetGamePlayer): Added complaints offset
This commit is contained in:
parent
f2b7c331d3
commit
d015762175
@ -3,6 +3,8 @@
|
||||
#include "CNonPhysicalPlayerData.hpp"
|
||||
#include "netPlayer.hpp"
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
class CNetGamePlayer : public rage::netPlayer
|
||||
{
|
||||
public:
|
||||
@ -12,7 +14,13 @@ public:
|
||||
char pad_001C[4]; //0x001C
|
||||
uint8_t m_active_id; //0x0020
|
||||
uint8_t m_player_id; //0x0021
|
||||
char pad_0022[126]; //0x0022
|
||||
char pad_0022[3]; //0x0022
|
||||
uint16_t m_complaints; //0x0025
|
||||
char pad_0027[17]; //0x0027
|
||||
class CNetGamePlayer *m_unk_net_player_list[10]; //0x0038
|
||||
char pad_0088[24]; //0x0088
|
||||
class CPlayerInfo *m_player_info; //0x00A0
|
||||
}; //Size: 0x00A8
|
||||
static_assert(sizeof(CNetGamePlayer) == 0xA8);
|
||||
|
||||
#pragma pack(pop)
|
||||
|
BIN
gtav.rcnet
BIN
gtav.rcnet
Binary file not shown.
Loading…
Reference in New Issue
Block a user