mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 03:10:35 +00:00
CShotInfo, CWanted done, Frontend fix
This commit is contained in:
parent
39c9a05827
commit
a3b519ea64
11 changed files with 332 additions and 56 deletions
|
@ -30,7 +30,7 @@ class CCrimeBeingQd
|
|||
public:
|
||||
eCrimeType m_nType;
|
||||
uint32 m_nId;
|
||||
int32 m_nTime;
|
||||
uint32 m_nTime;
|
||||
CVector m_vecPosn;
|
||||
bool m_bReported;
|
||||
bool m_bPoliceDoesntCare;
|
||||
|
@ -78,6 +78,8 @@ public:
|
|||
void ReportCrimeNow(eCrimeType type, const CVector &coors, bool policeDoesntCare);
|
||||
void UpdateWantedLevel();
|
||||
void Reset();
|
||||
void ResetPolicePursuit();
|
||||
void UpdateCrimesQ();
|
||||
void Update();
|
||||
|
||||
bool IsIgnored(void) { return m_bIgnoredByCops || m_bIgnoredByEveryone; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue