Jump to content

Setmatrix how?


berry172

Recommended Posts

Posted
function cameraMatrix() 
     setCameraMatrix(source, 1186.83203125, -1681.3076171875, 29.748865127563) 
end 
addEventHandler("onPlayerJoin", root, cameraMatrix) 

  • Scripting Moderators
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...