script revision

This commit is contained in:
Nikolay Korolev 2020-05-19 01:49:09 +03:00
commit 6510b15704
15 changed files with 236 additions and 123 deletions

View file

@ -1018,3 +1018,6 @@ void FinishFuckUCB(CAnimBlendAssociation *assoc, void *arg);
#ifndef PED_SKIN
VALIDATE_SIZE(CPed, 0x53C);
#endif
bool IsPedPointerValid(CPed*);
bool IsPedPointerValid_NotInWorld(CPed*);