SA-MP Forums Archive
How to move camera angle like "InterpolateCameraPos"? - 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: How to move camera angle like "InterpolateCameraPos"? (/showthread.php?tid=459270)



How to move camera angle like "InterpolateCameraPos"? - Grooty - 21.08.2013

title.


Re: How to move camera angle like "InterpolateCameraPos"? - sleepysnowflake - 21.08.2013

SetPlayerCameraPos

SetPlayerCameraLookAt


Re: How to move camera angle like "InterpolateCameraPos"? - Mitchy - 21.08.2013

Well, have you looked it up?

Example:

InterpolateCameraLookAt(playerid, Float:FromX, Float:FromY, Float:FromZ, Float:ToX, Float:ToY, Float:ToZ, time, cut)

Use "CAMERA_MOVE" i think it works better.


set "time, cut" to your values.


Re: How to move camera angle like "InterpolateCameraPos"? - Grooty - 21.08.2013

Quote:
Originally Posted by Berlovan
Посмотреть сообщение
Thanks!