Jump to content

setCameraMatrix


SkatCh

Recommended Posts

Posted

hi there , guys please how can i take coordination of CameraMatrix .

Failure is simply an opportunity to begin again more intelligently - Henry Ford

Posted (edited)
hi there , guys please how can i take coordination of CameraMatrix .
  
function coordination() 
xc, cc, bb, nn, aa, zz = getCameraMatrix() 
outputChatBox(""..xc.." ,"..cc.." ,"..bb.." ,"..nn.." ,"..aa.." ,"..zz.."",255, 0, 0) 
end 
addCommandHandler("cameraMatrix", coordination) 
  

use /cameraMatrix to get Coordination of CameraMatrix

Edited by Guest

USC Informations

Head Staff & Owner Of USC.

Youtube Channel : My Channel

350x20_FFFFFF_FFFFFF_A89999_080404.png

 

Posted

Did you set it as client side?

P.S: That command is case-sensitive, so if you write "/cameramatrix" it won't work, it'll only work when you write "/cameraMatrix".

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
  
  
function coordination() 
xc, cc, bb, nn, aa, zz = getCameraMatrix() 
outputChatBox(""..xc.." ,"..cc.." ,"..bb.." ,"..nn.." ,"..aa.." ,"..zz.."",255, 0, 0) 
end 
addCommandHandler("cameraMatrix", coordination) 
  

Posted

thank you so much guys it's working now , please i have one more question how can i take rotation now

Failure is simply an opportunity to begin again more intelligently - Henry Ford

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...