Question about setplayercamerapos. - 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: Question about setplayercamerapos. (
/showthread.php?tid=583202)
Question about setplayercamerapos. -
Glossy42O - 26.07.2015
After i use it, How can i make it move?
Re: Question about setplayercamerapos. -
Arastair - 26.07.2015
yea, i wanna know that too
Re: Question about setplayercamerapos. -
Evocator - 26.07.2015
https://sampwiki.blast.hk/wiki/InterpolateCameraPos
https://sampwiki.blast.hk/wiki/InterpolateCameraLookAt
Or
SetPlayerCameraLookAt but with CAMERA_MOVE cut.
Re: Question about setplayercamerapos. -
TwinkiDaBoss - 26.07.2015
Well I find AttachCameraToObject 10x easier to use and more efficiant. Lets say you want to make a tutorial for a certain player, attaching camera to object would be perfect. You can set the object to move and the players camera is attached to it.
The player gets full access to the camera meaning that he can turn it around and shit.
So yeah, I'd go with AttachCameraToObject if you want to use the thing for lets say some In Game tutorial or such, quite easy to use.
1. Attach the camera to object
2. Move the object
If you dont want to use it for that, use the way Ralfie is talking about