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



Camera - KopeK - 21.09.2013

Hi there. My question is how to make a camera that rotates around its axis?


Re: Camera - CesarLT - 21.09.2013

I hope that will help, good luck.


Re: Camera - Mattakil - 22.09.2013

You can use MoveObject, set it in a 360 spin, and use a variable to set it to 1. Then OnObjectMoved, if the variable=1, move the object another 360 and it should loop around.