fix CPed struct, GetWantedLevel

This commit is contained in:
withmorten
2021-01-11 18:42:54 +01:00
parent 81b5e66dd4
commit 4a8a1af885
3 changed files with 8 additions and 2 deletions

View File

@ -41,6 +41,7 @@ public:
int32 NumOfHelisRequired();
void SetWantedLevel(int32);
void SetWantedLevelNoDrop(int32 level);
int32 GetWantedLevel() { return m_nWantedLevel; }
void CheatWantedLevel(int32 level);
void RegisterCrime(eCrimeType type, const CVector &coors, uint32 id, bool policeDoesntCare);
void RegisterCrime_Immediately(eCrimeType type, const CVector &coors, uint32 id, bool policeDoesntCare);