berry172 Posted August 29, 2012 Posted August 29, 2012 How to setmatrix pox? Pos: 1186.83203125, -1681.3076171875, 29.748865127563 rot: 0.00274658203125
TAPL Posted August 29, 2012 Posted August 29, 2012 https://wiki.multitheftauto.com/wiki/SetCameraMatrix
berry172 Posted August 29, 2012 Author Posted August 29, 2012 , float lookAtX, float lookAtY, float lookAtZ, how to save?
denny199 Posted August 29, 2012 Posted August 29, 2012 lookatx,lookaty,lookatz are the cordinates where you looking at, try things out man instead off asking.
GTX Posted August 29, 2012 Posted August 29, 2012 function cameraMatrix() setCameraMatrix(source, 1186.83203125, -1681.3076171875, 29.748865127563) end addEventHandler("onPlayerJoin", root, cameraMatrix)
Scripting Moderators Sarrum Posted August 29, 2012 Scripting Moderators 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.
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