RunningScript: 1/12

This commit is contained in:
Nikolay Korolev
2019-07-09 23:38:05 +03:00
parent a2cecd4e97
commit 11ae1b06ae
7 changed files with 715 additions and 4 deletions

View File

@ -43,6 +43,10 @@ public:
void ReApplyMoveAnims(void);
void ClearWeaponTarget();
static void SetupPlayerPed(int32);
static void DeactivatePlayerPed(int32);
static void ReactivatePlayerPed(int32);
};
static_assert(sizeof(CPlayerPed) == 0x5F0, "CPlayerPed: error");