SetPlayerFacingAngle problem - 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: SetPlayerFacingAngle problem (
/showthread.php?tid=322803)
SetPlayerFacingAngle problem -
EviLpRo - 03.03.2012
hello people.
i have a little problem with SetPlayerFacingAngle.
if i'm use with this function, the cam not look at the angle.
how i fix that problem?
thank's a lot.
Re: SetPlayerFacingAngle problem -
Walsh - 03.03.2012
You do this by using
pawn Код:
SetCameraBehindplayer(playerid);
After you have set their angle.
Re: SetPlayerFacingAngle problem - suhrab_mujeeb - 03.03.2012
SetPlayerCameraLookAt and SetPlayerCameraAngle can be what you are looking for I guess.
Re: SetPlayerFacingAngle problem -
EviLpRo - 03.03.2012
thank's a lot Walsh.
work :P