The King Posted August 19, 2013 Share Posted August 19, 2013 السلام عليكم عندي سؤال شلون نجيب احداثيات الكاميرا الماتركس؟؟ اتمنى الرد Link to comment
AHMAD1234 Posted August 19, 2013 Share Posted August 19, 2013 x, y, z, x1, y1, z1 = getCameraMatrix() Link to comment
iPrestege Posted August 19, 2013 Share Posted August 19, 2013 السلام عليكمعندي سؤال شلون نجيب احداثيات الكاميرا الماتركس؟؟ اتمنى الرد اخوي تقدر تستخدم كود سويتة لك ذذ ينسخة لـ الكليب بورد .. addCommandHandler('mx', function ( ) local Matrix = { getCameraMatrix ( ) } setClipboard ( unpack ( Matrix ) ) end ) Link to comment
The King Posted August 19, 2013 Author Share Posted August 19, 2013 انا اعرف اسوي ماتركس بس كيف اجيب الاحداثيات حقها زي اي احداثيات؟؟ مثلا احداثيات الماب ولا كيف؟ Link to comment
فاّرس Posted August 19, 2013 Share Posted August 19, 2013 هو مثل الي عطاك فوق, ^ بس اكتب في اف8 , mx < وبينسخ الاحداثيات اتوماتيكي Link to comment
The King Posted August 20, 2013 Author Share Posted August 20, 2013 كتبت تجي كذا [09:34:44] WARNING: xmatrix\server.lua:3: Bad argument @ 'getCameraMatrix' [09:34:44] ERROR: xmatrix\server.lua:4: attempt to call global 'setClipboard' (a nil value) Link to comment
فاّرس Posted August 20, 2013 Share Posted August 20, 2013 اعتقد انه شغال , + اظن ما بينسخ الا قيمه واحده , + جرب هذا, -- Client Side # addCommandHandler('mx', function() local x,y,z,xx,yy,zz = getCameraMatrix() setClipboard (x..','..y..','..z..','..xx..','..yy..','..zz) end ) Link to comment
iMr.Dawix~# Posted August 20, 2013 Share Posted August 20, 2013 كود برستيج شغال بس ي صاحب الموضوع تأكد انك حاطه كلنت عشان ما يخرب Link to comment
iPrestege Posted August 20, 2013 Share Posted August 20, 2013 @ The Best : شغال وبينسخ كل القيم الـ 8 .. لآنة يفكك الجدول .. @ The King : أنت حاطة سيرفر حطة كلنت Link to comment
فاّرس Posted August 20, 2013 Share Posted August 20, 2013 @ The Best :شغال وبينسخ كل القيم الـ 8 .. لآنة يفكك الجدول .. @ The King : أنت حاطة سيرفر حطة كلنت مدري وش وضعه عندي توني مجربه ينسخ اول قيمه بس 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