mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 06:40:35 +00:00
CPopulation done, CCopPed and fixes
This commit is contained in:
parent
19488323ea
commit
934e9db4fc
20 changed files with 588 additions and 151 deletions
|
@ -37,6 +37,9 @@ public:
|
|||
void ClearPursuit(void);
|
||||
void ProcessControl(void);
|
||||
void SetArrestPlayer(CPed*);
|
||||
void SetPursuit(bool);
|
||||
void ArrestPlayer(void);
|
||||
void ScanForCrimes(void);
|
||||
};
|
||||
|
||||
static_assert(sizeof(CCopPed) == 0x558, "CCopPed: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue