diff --git a/CNetGamePlayer.h b/CNetGamePlayer.h new file mode 100644 index 0000000..9929764 --- /dev/null +++ b/CNetGamePlayer.h @@ -0,0 +1,9 @@ +#include "CPed.h" + +class CPedFactory +{ +public: + char pad_0000[8]; //0x0000 + class CPed *m_local_ped; //0x0008 +}; //Size: 0x0010 +static_assert(sizeof(CPedFactory) == 0x10); diff --git a/gtav.rcnet b/gtav.rcnet index 2c99a24..ab5b577 100644 Binary files a/gtav.rcnet and b/gtav.rcnet differ