Spawn player not looking at the camera - 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: Spawn player not looking at the camera (
/showthread.php?tid=350765)
Spawn player not looking at the camera -
TheDeath - 13.06.2012
I cant make my player to flip and watch forward? Ideas?
Re: Spawn player not looking at the camera -
iRage - 13.06.2012
SetPlayerFacingAngle(playerid, angle);
Face the position you want it to be facing and /rs while IG.
The 4th parameter is the facing angle, ex:
391.0683,-2088.7974,7.8359,181.7346
Re: Spawn player not looking at the camera -
TheDeath - 13.06.2012
Thank you!