1e09bf9c
59671fab
090aef7d
1 2
3 4 5
6
7
8
#pragma once class CPedPlacement { public: static void FindZCoorForPed(CVector* pos); static CEntity* IsPositionClearOfCars(CVector*); static bool IsPositionClearForPed(CVector*); };