summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/c_base_player.hpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-12-09 17:12:07 +0100
committernavewindre <boneyaard@gmail.com>2018-12-09 17:12:07 +0100
commitdd9bbd12ef353f270d95ba733e1ef465d15d2b44 (patch)
treebfbb407601eff0bb8547f713688e665944a6e03b /cheat/internal_rewrite/c_base_player.hpp
parent430f93006fb8ac7c37c8cfc984d3d02b9f7dc693 (diff)
hack works now please go fix rest
Diffstat (limited to 'cheat/internal_rewrite/c_base_player.hpp')
-rw-r--r--cheat/internal_rewrite/c_base_player.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheat/internal_rewrite/c_base_player.hpp b/cheat/internal_rewrite/c_base_player.hpp
index 78c84ac..690f55c 100644
--- a/cheat/internal_rewrite/c_base_player.hpp
+++ b/cheat/internal_rewrite/c_base_player.hpp
@@ -306,7 +306,7 @@ public:
NETVAR( m_hGroundEntity, "m_hGroundEntity", "DT_CSPlayer", 0, uint32_t );
NETVAR( m_flConstraintRadius, "m_flConstraintRadius", "DT_CSPlayer", 0, float );
- OFFSET( m_CachedBoneData, 0x28FC + sizeof( void* ), CUtlVector< matrix3x4 > );
+ OFFSET( m_CachedBoneData, 0x290C + sizeof( void* ), CUtlVector< matrix3x4 > );
OFFSET( m_flSpawnTime, 0xA2C0, float );
OFFSET( m_IKContext, 0x265c, IKContext* );
public:
@@ -405,7 +405,7 @@ public:
__forceinline vec3_t get_eye_pos( ) {
vec3_t yes;
//fuck references Lol
- util::get_vfunc< void( __thiscall* )( void*, vec3_t& ) >( this, 277 )( this, yes );
+ util::get_vfunc< void( __thiscall* )( void*, vec3_t& ) >( this, 279 )( this, yes );
//thanks senator!! !11
return yes;