22.02.2019, 17:25
Quote:
YSF fixed this some time ago. The correct quaternion is stored in the server memory (GetVehicleZAngle converts it correctly), but the quaternion function doesn't return it if noone is in the vehicle.
It's also possible to "catch" the correct quaternion from the player sync data (basically listen for that packet and store it everytime it updates) if you use the SAMP.RakNet plugin. |