SetVehicleZAngle - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SetVehicleZAngle (
/showthread.php?tid=408186)
SetVehicleZAngle -
Rdx - 17.01.2013
Is it possible to fix this function? It doesn't work with empty car.
Re: SetVehicleZAngle -
LarzI - 17.01.2013
Not sure. However there is a work-around:
- GetVehiclePos
- DestroyVehicle
- CreateVehicle with new angle
Re: SetVehicleZAngle -
Rdx - 17.01.2013
Quote:
Originally Posted by LarzI
Not sure. However there is a work-around: - GetVehiclePos
- DestroyVehicle
- CreateVehicle with new angle
|
Thanks, good idea, it is working
.