kamel10 Posted July 15, 2014 Share Posted July 15, 2014 ابي طريقة جلب احداثيات كاميرا ماتريكس Link to comment
TAPL Posted July 15, 2014 Share Posted July 15, 2014 getCameraMatrix ينقل إلى قسم البرمجة Link to comment
kamel10 Posted July 15, 2014 Author Share Posted July 15, 2014 ابيه كامل لوسمحت اكتب في اف 8 كلمة تجيني الاحداثيات Link to comment
TAPL Posted July 15, 2014 Share Posted July 15, 2014 انا عطيتك الفنكشن الي يجيب احداثيات الماتركس بكل بساطة ممكن تسوي لك كود يضيف كلمة في اف8 و يحط لك الأحداثيات في الشات addCommandHandler outputChatBox Link to comment
kamel10 Posted July 15, 2014 Author Share Posted July 15, 2014 عارف المود كله اخطاء بس ذي اول مرة ابرمج مود بنفسي function getCameraMatrix() ( playerSource ) if ( playerSource ) then local x, y, z, lx, ly, lz = getCameraMatrix () x, lx = x + 1, lx + 1 outputChatBox ( "".. getCameraMatrix .."", playerSource ) end end addCommandHandler ( "Camera", getCameraMatrix() ) Link to comment
TAPL Posted July 15, 2014 Share Posted July 15, 2014 كلبنت addCommandHandler("Camera", function() local x, y, z, lx, ly, lz = getCameraMatrix() outputChatBox(x..", "..y..", "..z..", "..lx..", "..ly..", "..lz) end) Link to comment
nxFairlywell Posted July 15, 2014 Share Posted July 15, 2014 فيه نفس طلبك لو نزلت شوي او دورت راح تحصله ماله يومين 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