World and Peds

This commit is contained in:
eray orçunus 2019-09-12 03:43:18 +03:00
commit 14c7c1d7ca
19 changed files with 505 additions and 17 deletions

View file

@ -24,4 +24,5 @@ public:
static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool);
static CPed *AddPedInCar(CVehicle *vehicle);
static bool IsPointInSafeZone(CVector *coors);
static void RemovePed(CEntity* ent);
};