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



SetPlayerCamera - joeri55 - 23.08.2009

I've got a question.
How do I reset the SetPlayerCamera?
Because I've made a tutorial if you /register but the camera stays at the place where I've done:

Код:
      			SetPlayerCameraPos(i,2178.0398,-1645.7175,15.1080)
  				SetPlayerCameraLookAt(i,2165.1697,-1637.3280,14.2398)
  				SetPlayerPos(i,2184.8613,-1651.6931,15.3960)
How can I bring the camera back to the person that's playing?


Re: SetPlayerCamera - ronyx69 - 23.08.2009

https://sampwiki.blast.hk/wiki/SetCameraBehindPlayer


Re: SetPlayerCamera - joeri55 - 23.08.2009

Thankyou, thankyou!