Camera Angles - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Camera Angles (
/showthread.php?tid=262194)
Camera Angles -
[RVRP]Tyler - 16.06.2011
Can anyone link me to a good filterscript that will help me get correct camera angles? As it is whenever I try and get an angle looking at something, it's always looking some weird way.
Re: Camera Angles -
SpiderWalk - 16.06.2011
You want to make camera move?if yes here is
link
Re: Camera Angles -
[RVRP]Tyler - 16.06.2011
No, I don't want to make the camera move. I want to be able to get correct angles with the camera. Basically, I want a filterscript that will help me get the correct coordinates for camera angles.
Right now, if I look at the bank and /save and use that as the camera position, it looks in some other direction.
Re: Camera Angles -
SpiderWalk - 16.06.2011
pawn Код:
-912.4173,2685.8860,42.3703,356.1844
356.1844//this last cordinates are for Camera Angels.You have 4 cordinates and that last is for camera angels
Re: Camera Angles -
[RVRP]Tyler - 16.06.2011
Right, but how do I make a camera look at a certain angle? It only uses 3 coordinates (SetPlayerCameraPos).
Re: Camera Angles -
SpiderWalk - 16.06.2011
Yes SetCameraPos and SetCameraLookAt you use 3 cordinates
Re: Camera Angles -
joeri55 - 16.06.2011
SetCameraLookAt must be placed at the position you want the camera to look at, /save lookat and paste those cordinates at the function.