SkatCh Posted May 23, 2014 Share Posted May 23, 2014 hi there , guys please how can i take coordination of CameraMatrix . Link to comment
Snow-Man Posted May 23, 2014 Share Posted May 23, 2014 (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 May 28, 2014 by Guest Link to comment
Castillo Posted May 24, 2014 Share Posted May 24, 2014 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". Link to comment
Karuzo Posted May 24, 2014 Share Posted May 24, 2014 function coordination() xc, cc, bb, nn, aa, zz = getCameraMatrix() outputChatBox(""..xc.." ,"..cc.." ,"..bb.." ,"..nn.." ,"..aa.." ,"..zz.."",255, 0, 0) end addCommandHandler("cameraMatrix", coordination) Link to comment
SkatCh Posted May 25, 2014 Author Share Posted May 25, 2014 thank you so much guys it's working now , please i have one more question how can i take rotation now Link to comment
Snow-Man Posted May 26, 2014 Share Posted May 26, 2014 My script haven't any problem you should write a Capital M Use command /cameraMatrix Link to comment
Karuzo Posted May 26, 2014 Share Posted May 26, 2014 Look again at your code. You wrote xc wrong. Link to comment
Snow-Man Posted May 28, 2014 Share Posted May 28, 2014 Look again at your code. You wrote xc wrong. thnx 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