EH10 Posted February 9, 2014 Share Posted February 9, 2014 بسم الله الرحمن الرحيم السلام عليكم رحمة الله بركاتة شباب وش سالفة الاصدار الجديد مافهمت يغيرون نظام الفنكشات كيف Link to comment
Tete omar Posted February 9, 2014 Share Posted February 9, 2014 لا ما بيغيرون شي, من نشر الاشاعة هذي؟ Link to comment
EH10 Posted February 9, 2014 Author Share Posted February 9, 2014 لا ما بيغيرون شي, من نشر الاشاعة هذي؟ الحمدلله Link to comment
فاّرس Posted February 9, 2014 Share Posted February 9, 2014 لا ما بيغيرون شي, من نشر الاشاعة هذي؟ 1.4 حاول تصبر للأصدار الجديد , لأن حسب الي اعرفه انه بيغرون في نظام البرمجه, Heads up! Client classes only work on MTA 1.4, therefore we highly recommend you to visit Client Scripting Classes first. مثال من الويكي, addEventHandler( "onClientResourceStart", resourceRoot, function() infernus = Vehicle.create( 411, Vector3( 0, 0, 3 ) ); -- Create an Infernus and spawn it at the middle of SA. infernus:setColor( 0, 0, 0 ); -- Set its color to black. end) addCommandHandler( "blowinfernus", function() if not infernus.blown then -- Check if the Infernus is blown up or not. infernus:blow(); else -- Ouch, it's blown up, let's output an error to the client. outputChatBox( "The Infernus has already been blown up by you.", 255, 0, 0, false ); end end) اذا كانت اشاعه وش قصه المثال ؟ ووش قصه : Heads up! Client classes only work on MTA 1.4, therefore we highly recommend you to visit Client Scripting Classes first. Link to comment
Tete omar Posted February 9, 2014 Share Posted February 9, 2014 اهاااا, هذي Lua classes system (نظام الفئات) http://lua-users.org/wiki/SimpleLuaClasses اول مرة اشوف هالملاحظة Link to comment
فاّرس Posted February 9, 2014 Share Posted February 9, 2014 ^ اي بالضبط, وبعدين كذا البرمجه راح تسهل كثير Link to comment
xFace[B]ook Posted February 9, 2014 Share Posted February 9, 2014 بصراحة مافهمت ي ريت تجيب رابط بالويكي ونشوف Link to comment
Tete omar Posted February 9, 2014 Share Posted February 9, 2014 مثلاً اذا تبي تصنع سيارة Vehicle.create ( --[[الارقيومنتات]] ) Link to comment
xFace[B]ook Posted February 9, 2014 Share Posted February 9, 2014 مثلاً اذا تبي تصنع سيارة Vehicle.create ( --[[الارقيومنتات]] ) ماشوف اي تغيير بس اسماء الوظايف متغيره ! Link to comment
Tete omar Posted February 9, 2014 Share Posted February 9, 2014 يمديك مثلاً تصنع سيارة باستخدام هالطريقة Vehicle.create ( --[[الأرقيومنتات]] ) أو Vehicle ( --[[ الأرقيومنتات ]] ) Classes can be created by either calling the create method, when applicable, or by calling the class. For example: Vehicle(...) is the same as Vehicle.create(...). Link to comment
فاّرس Posted February 9, 2014 Share Posted February 9, 2014 https://wiki.multitheftauto.com/wiki/Cl ... ng_Classes Link to comment
EH10 Posted February 9, 2014 Author Share Posted February 9, 2014 يمديني اصنع شخصية كذا Ped.create ([[...Argument...]]) Link to comment
فاّرس Posted February 9, 2014 Share Posted February 9, 2014 ما ادري وش النظام , يعني تيتي المثال ذا يثبت عكس كلامك addEventHandler( "onClientResourceStart", resourceRoot, function() infernus = Vehicle.create( 411, Vector3( 0, 0, 3 ) ); -- Create an Infernus and spawn it at the middle of SA. infernus:setColor( 0, 0, 0 ); -- Set its color to black. end) addCommandHandler( "blowinfernus", function() if not infernus.blown then -- Check if the Infernus is blown up or not. infernus:blow(); else -- Ouch, it's blown up, let's output an error to the client. outputChatBox( "The Infernus has already been blown up by you.", 255, 0, 0, false ); end end) createVehicle المثال ذا من وبعدين حاط الاحداثيات داخله Vector3 لاحظ انت انه حاط بالمثال Link to comment
فاّرس Posted February 9, 2014 Share Posted February 9, 2014 اتوقع بيخلون القديم والجديد , الي يبي هذا بكيفه والي يبي الثاني بكيفه, ما عندي اثبات لكن اكيد ما بيغيرون كل الويكي ! عشان كذا سوو صفحه للجديد خاصه فيه, https://wiki.multitheftauto.com/wiki/Cl ... ng_Classes Link to comment
Tete omar Posted February 9, 2014 Share Posted February 9, 2014 للتوضيح فقط, النظام القديم ما بيروح https://wiki.multitheftauto.com/wiki/Meta.xml اذا تبي تفعلها, فعلها بكيفك, اذا ما تبي, خلاص OOP اسمها meta.xml فيه خاصية في ملف ال class system واذا فعلتها, يمديك تستخدم ال عشنه اكثر توضيح في بناء الاكواد class system بس انا شخصياً افضل ال Object-Oriented programming = OOP :ملاحظة بسيطة في البرمجة في صفحة الويكي OOP القراءة عن 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