mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 12:40:33 +00:00
Weapon fixes and thingies
This commit is contained in:
parent
40ee29fb99
commit
84f8312b86
35 changed files with 639 additions and 405 deletions
|
@ -70,7 +70,7 @@ public:
|
|||
static void LoadPedGroups();
|
||||
static void UpdatePedCount(ePedType, bool);
|
||||
static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool);
|
||||
static CPed *AddPedInCar(CVehicle *car, bool isPassenger);
|
||||
static CPed *AddPedInCar(CVehicle *car, bool isDriver);
|
||||
static bool IsPointInSafeZone(CVector *coors);
|
||||
static void RemovePed(CPed *ent);
|
||||
static int32 ChooseCivilianOccupation(int32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue