From 75bca8e31eef877cc6df83146c665f86ad6f8583 Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Thu, 13 Jun 2019 03:35:26 +0300 Subject: CPad done --- src/entities/Ped.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/entities/Ped.h') diff --git a/src/entities/Ped.h b/src/entities/Ped.h index 366674d4..adf24c88 100644 --- a/src/entities/Ped.h +++ b/src/entities/Ped.h @@ -188,6 +188,10 @@ public: bool UseGroundColModel(void); void KillPedWithCar(CVehicle *veh, float impulse); CWeapon *GetWeapon(void) { return &m_weapons[m_currentWeapon]; } + + static Bool &bNastyLimbsCheat; + static Bool &bPedCheat2; + static Bool &bPedCheat3; }; static_assert(offsetof(CPed, m_nPedState) == 0x224, "CPed: error"); static_assert(offsetof(CPed, m_pCurSurface) == 0x2FC, "CPed: error"); -- cgit v1.2.3