Jacobob14 Posted February 11, 2014 Share Posted February 11, 2014 someone help me to camera move function setCameraOnPlayerJoin() -- slowly fade the camera in to make the screen visible fadeCamera(source, true, 5) -- set the player's camera to a fixed position, looking at a fixed point setCameraMatrix(source, 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316,0,180) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin) Link to comment
myonlake Posted February 11, 2014 Share Posted February 11, 2014 Since you copy-pasted that from the Wiki too, go ahead and copy-paste the following as well. That will do the thing for you. https://wiki.multitheftauto.com/wiki/SmoothMoveCamera Link to comment
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