Guest Posted October 30, 2008 Posted October 30, 2008 Hi, is it possible to change the camera mode when following a player? A fixed camera can be set to be at a given position, I would like to do something similar with a camera which is following a player. To be more precise, I want to create a perspective from the drivers POV. The predefined "bumper perspective" is an ok approximation, but I would like to position the camera somewhat higher above the street. Is that possible? How would I do that? Thank you! Felix
50p Posted October 30, 2008 Posted October 30, 2008 You'd have to use: - onClientRender - getCameraPosition - setCameraPosition - setCameraLookAt - and some calculations to make camera look ahead Use wiki for functions reference and some example codes. - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now