Joker_Mta Posted July 22, 2012 Share Posted July 22, 2012 بسم الله الرحمن الريحم السلام عليكم ورحمة الله وبركاته اريد اكواد فتح واغلاق الباب بكلمه في اف8 وياريت شرح الأكواد يعني كيف اضيف الباب في الأكواد وكيذا وشكرا Link to comment
3NAD Posted July 22, 2012 Share Posted July 22, 2012 اولاً تصنع الباب https://wiki.multitheftauto.com/wiki/CreateObject بعدين تسسوي وظظيفة التحريك https://wiki.multitheftauto.com/wiki/MoveObject وآخخر شيء متى تصير وظيفة التحريك https://wiki.multitheftauto.com/wiki/AddCommandHandler Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 (edited) سوي الباب باستخدام createObject وسوي ماركر مخفي على الباب او colshape بس الي اعرفه marker createMarker واستخدم تحريك الاوبجيكت moveObject بعدين استخدم onMarkerHit و addCommandHandler الكلمة الي راح يكتبها عشان يأمر الاوبجيكت بالتحريك Edited July 22, 2012 by Guest Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 اولاً تصنع البابhttps://wiki.multitheftauto.com/wiki/CreateObject بعدين تسسوي وظظيفة التحريك https://wiki.multitheftauto.com/wiki/MoveObject وآخخر شيء متى تصير وظيفة التحريك https://wiki.multitheftauto.com/wiki/AddCommandHandler اعتقد انو يبي يكتب الكلمه اول ما يجي مكان محدد عشان لو راح مكان ثاني بعيد وكتب الكلمه الاوبجيكت راح يتحرك , يخليها اكثر وااقعية انا بس اتساءل اذا كان يبي كذا Link to comment
Joker_Mta Posted July 22, 2012 Author Share Posted July 22, 2012 صنع الباب جاني ذا function mapLoad ( name ) --- بدل نيم احط رقم ألأوبجكت ؟ الي هو الباب ؟ Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 صنع الباب جاني ذا function mapLoad ( name ) --- بدل نيم احط رقم ألأوبكت ؟ الي هو الباب ؟ غلط في غلط هذي arguments مو parameters Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 مثال: local securityWindow = createObject ( 914, -1635.0999755859, -2248.3000488281, 32.599998474121, 0, 0, 1.9990234375 ) Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 هاذا المثال باب ؟ لا هذي نافذة عبارة عن اوبجيكت اعتقد انك لازم تقرا https://wiki.multitheftauto.com/wiki/Scr ... troduction Link to comment
Joker_Mta Posted July 22, 2012 Author Share Posted July 22, 2012 ههههه يالحبيب انا اريد باب مو نافذه عباره عن اوبجيكت وبس Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 سويها بنفسك ماحد راح يسويها لك ( اعتمد على نفسك ) Link to comment
Joker_Mta Posted July 22, 2012 Author Share Posted July 22, 2012 ياعمري تعرف اطرح ماتعرف لاتطرح انا عرفت معلومة التحيرك والفتح من اف8 باقي الباب بس جيبلي كود الباب واشرحه لي وجزاك الله خير غير كيذا مابي مثل التحريك والفتح انا عرفت لها الباب معقدني لأنه ماطرحت الموضوع على الفاضي Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 انت تقصد يعني تبي الاي دي حق الباب ؟ Link to comment
Joker_Mta Posted July 22, 2012 Author Share Posted July 22, 2012 انا عندي ألأي دي لاكن وين اضيفه في الكود ! Link to comment
3NAD Posted July 22, 2012 Share Posted July 22, 2012 local gate = createObject ( ID, x, y, z ) function moveGate() moveObject ( gate, time, x, y, z + 5 ) end addCommandHandler ( "open", moveGate ) open = الكلمة time = في كم ثانية تنفتح البوابة علماً بأن الثانية = 1000 ثلاث ثوآني = 3000 gate = اختصصار البوابة x,y,z = الإحداثيات Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 createObject( ألايدي , float x, float y, float z, rot x, rot, y, rot Z ) rot = التناوب حق الاوبجيكت float = https://wiki.multitheftauto.com/wiki/Float يعني الاكس واي زي بالتوفيق Link to comment
Joker_Mta Posted July 22, 2012 Author Share Posted July 22, 2012 مثلا هنا door = createObject(971,2481.1999511719,-1722.1999511719,16.10000038147,0,0,0) function open() moveObject (door, 5000, 2481.1999511719, -1722.1999511719, 16.10000038147 ) end addCommandHandler("open", open) function close() moveObject (door, 5000, 2481.1999511719, -1722.1999511719, 22.700000762939 ) end addCommandHandler("close", close) الأي دي وين بضبط Link to comment
Joker_Mta Posted July 22, 2012 Author Share Posted July 22, 2012 واذا كنت تعبان وماتقدر تشرح ياريت ماتتعب Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 door = createObject(971,2481.1999511719,-1722.1999511719,16.10000038147,0,0,0) 971 Link to comment
3NAD Posted July 22, 2012 Share Posted July 22, 2012 الأي دي وين بضبط local gate = createObject ( ID, x, y, z ) function moveGate() moveObject ( gate, time, x, y, z + 5 ) end addCommandHandler ( "open", moveGate ) open = الكلمة ID = أي دي الأوبجكت time = في كم ثانية تنفتح البوابة علماً بأن الثانية = 1000 ثلاث ثوآني = 3000 gate = اختصصار البوابة x,y,z = الإحداثيات Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 شوف الويكي وش كاتب https://wiki.multitheftauto.com/wiki/CreateObject شرح الويكي احسن من شرحنا..... واذا منت فاهم شوف ال example Link to comment
Joker_Mta Posted July 22, 2012 Author Share Posted July 22, 2012 كفو teteomar And 3nad Thanks Very Good Link to comment
Joker_Mta Posted July 22, 2012 Author Share Posted July 22, 2012 لأ والله شرحكم احسن من شرح الويكي Link to comment
Tete omar Posted July 22, 2012 Share Posted July 22, 2012 كفوووك , لا تتردد انك تسأل ثاني وثاني انا ما اتعب اساعد you're welcome do not hesitate to post codes over then over , I'm not getting tired when i help Link to comment
3NAD Posted July 22, 2012 Share Posted July 22, 2012 كفو teteomar And 3nad Thanks Very Good You're Welcome =D 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