SA-MP Forums Archive
Camera Movement - 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: Camera Movement (/showthread.php?tid=306520)



Camera Movement - Abreezy - 27.12.2011

Hey guys, im still scripting my server so I decided to ask a question here, how can you move camera from point a to point b.


Lets say the camera is showing the los santos police department, how can i make it move forward, slowly leading all the way up the road, following it, and ending at the All Saints Hospital? I know it's possible as I saw it on a server, but how could you do it?


Re: Camera Movement - JamesC - 27.12.2011

Use a timer and SetPlayerCameraPos or if you want to do it without scripting everything for yourself, get: nCamera.


Re: Camera Movement - Lorenc_ - 27.12.2011

Move a object to the point and set the player's camera position to where to object is at. Face at the point as well.