Posts: 192
Threads: 61
Joined: Oct 2010
Reputation:
0
How to make a camera that moves?
Like this:
[ame]http://www.youtube.com/watch?v=FkrqSgx4tRo[/ame]
but to go in one direction...
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
You need a very faster Timer which changes the camera constantly
Main problem is that sa-mp is single threaded and this timer would hang the server if more people would use it
The coding isnt difficult, just SetPlayerCameraPos and SetPlayerCameraLookAt in some timer
The movement you could do with calulations or by input by GetPlayerKeys