mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 18:40:33 +00:00
Credits & fixes
This commit is contained in:
parent
4cfc61da14
commit
a5d6c952a7
15 changed files with 858 additions and 483 deletions
|
@ -14,14 +14,14 @@ enum eCopType
|
|||
class CCopPed : public CPed
|
||||
{
|
||||
public:
|
||||
int16 m_nRoadblockNode;
|
||||
CVehicle* m_nRoadblockVeh;
|
||||
float m_fDistanceToTarget;
|
||||
bool m_bIsInPursuit;
|
||||
bool m_bIsDisabledCop;
|
||||
int8 field_5FE;
|
||||
bool m_bBeatingSuspect;
|
||||
bool m_bStopAndShootDisabledZone;
|
||||
bool field_601; // set when police dragging player from car
|
||||
bool m_bDragsPlayerFromCar;
|
||||
bool m_bZoneDisabled;
|
||||
float m_fAbseilPos;
|
||||
eCopType m_nCopType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue