16.12.2016, 16:25
For example, if you want to set the vehicle behind the vehicle.
3DTryg.inc:
https://sampforum.blast.hk/showthread.php?tid=591010
PHP код:
new Float:tx,Float:ty,Float:tz,Float:angle;
GetVehicleOrientationPos(vehicleid,o_back,10.0,tx,ty,tz);
SetVehiclePos(new_vehicleid,tx,ty,tz);
GetVehicleZAngle(vehicleid,angle);
SetVehicleZAngle(new_vehicleid,angle);
https://sampforum.blast.hk/showthread.php?tid=591010