mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 04:21:12 +00:00
Peds, bike center of mass and reversing fixes
This commit is contained in:
parent
f8b4c0ee1d
commit
dba2b052a6
9 changed files with 711 additions and 353 deletions
|
@ -17,13 +17,15 @@ public:
|
|||
float m_fDistanceToTarget;
|
||||
bool m_bIsInPursuit;
|
||||
bool m_bIsDisabledCop;
|
||||
int8 field_1350;
|
||||
int8 field_5FE;
|
||||
int8 field_5FF;
|
||||
bool m_bBeatingSuspect;
|
||||
bool m_bStopAndShootDisabledZone;
|
||||
bool field_601; // set when police dragging player from car
|
||||
bool m_bZoneDisabled;
|
||||
float m_fAbseilPos; // VC leftover, unused
|
||||
float m_fAbseilPos;
|
||||
eCopType m_nCopType;
|
||||
int8 field_1364;
|
||||
int8 field_628;
|
||||
|
||||
CCopPed(eCopType, int32 modifier = 0);
|
||||
~CCopPed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue