SA-MP Forums Archive
camera help - 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 help (/showthread.php?tid=533978)



camera help - ScripteRNaBEEL - 27.08.2014

i want a make a float camera on player skin selection,


Re: camera help - HazardouS - 27.08.2014

If you want a static camera, use these:
https://sampwiki.blast.hk/wiki/SetPlayerCameraPos
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt

If you want a dynamic camera, use these:
https://sampwiki.blast.hk/wiki/InterpolateCameraPos
https://sampwiki.blast.hk/wiki/InterpolateCameraLookAt

After using any of them (static or dynamic), you have to reset his camera (https://sampwiki.blast.hk/wiki/SetCameraBehindPlayer) when he spawns.


Re: camera help - ScripteRNaBEEL - 27.08.2014

hmm ok dude thanks