CPlayerPed done

This commit is contained in:
eray orçunus 2020-02-13 02:33:21 +03:00
commit f307839a2b
12 changed files with 369 additions and 18 deletions

View file

@ -78,6 +78,7 @@ public:
void ReportCrimeNow(eCrimeType type, const CVector &coors, bool policeDoesntCare);
void UpdateWantedLevel();
void Reset();
void Update();
bool IsIgnored(void) { return m_bIgnoredByCops || m_bIgnoredByEveryone; }