set the player's angle back into the machine - 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: set the player's angle back into the machine (
/showthread.php?tid=629882)
set the player's angle back into the machine -
MerryDeer - 05.03.2017
Hi,
How to set player angle, according any vehicle, that he will be facing back to vehicle?
Re: set the player's angle back into the machine -
JessThompson - 05.03.2017
Grab the angle towards the vehicle then
SetPlayerFacingAngle(playerid, Float:ang);
:P