24.12.2011, 00:02
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
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