2019-06-24 17:57:54 +03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
class CPedPlacement {
|
|
|
|
public:
|
|
|
|
static void FindZCoorForPed(CVector* pos);
|
2020-05-05 04:45:18 +03:00
|
|
|
static CEntity* IsPositionClearOfCars(Const CVector*);
|
2020-02-18 02:56:13 +03:00
|
|
|
static bool IsPositionClearForPed(CVector*);
|
2019-06-24 17:57:54 +03:00
|
|
|
};
|