[KeRo] Posted June 23, 2015 Share Posted June 23, 2015 كيف اجيب احداثيات الكاميرا ماتركس ممكن رد شباب Link to comment
[KeRo] Posted June 23, 2015 Author Share Posted June 23, 2015 انا قصدى على الكلمة فى اف8 ايه هى بعد اذنك Link to comment
TAPL Posted June 23, 2015 Share Posted June 23, 2015 مافيه كلمة بأف 8 تسويه بنفسك addCommandHandler getCameraMatrix outputChatBox Link to comment
shwaeki Posted June 23, 2015 Share Posted June 23, 2015 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 ) setCameraMatrix وبتنسخ لك الاحداثيات كاملة بس عليك تحطها بـ GetCameraPos تقوم بـ كتابة الأمر 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