berry172 Posted August 29, 2012 Share Posted August 29, 2012 How to setmatrix pox? Pos: 1186.83203125, -1681.3076171875, 29.748865127563 rot: 0.00274658203125 Link to comment
TAPL Posted August 29, 2012 Share Posted August 29, 2012 https://wiki.multitheftauto.com/wiki/SetCameraMatrix Link to comment
berry172 Posted August 29, 2012 Author Share Posted August 29, 2012 , float lookAtX, float lookAtY, float lookAtZ, how to save? Link to comment
denny199 Posted August 29, 2012 Share Posted August 29, 2012 lookatx,lookaty,lookatz are the cordinates where you looking at, try things out man instead off asking. Link to comment
GTX Posted August 29, 2012 Share Posted August 29, 2012 function cameraMatrix() setCameraMatrix(source, 1186.83203125, -1681.3076171875, 29.748865127563) end addEventHandler("onPlayerJoin", root, cameraMatrix) Link to comment
Scripting Moderators Sarrum Posted August 29, 2012 Scripting Moderators Share Posted August 29, 2012 how to save? Client side: addCommandHandler ( 'matrix', function ( ) outputChatBox ( string.format ( 'Matrix: %s, %s, %s, %s, %s, %s, %s, %s', getCameraMatrix ( ) ), 255, 255, 255, true ) end ) Return camera position. 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