Maksoud Posted May 16, 2016 Share Posted May 16, 2016 السلام عليكم و رحمة الله و بركاته بدى اسهل طريقة اجيب بيها احدثيات الكاميرا ماتركس Link to comment
#J2mes Posted May 16, 2016 Share Posted May 16, 2016 addCommandHandler ( "GetCameraPos", function ( ) local x, y, z, xl, yl, zl = getCameraMatrix ( ) if ( x == 0 or y == 0 or z == 0 ) then return end setClipboard ( " "..x..", "..y..", "..z..", "..xl..", "..yl..", "..zl.." " ) end ) 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