#DRAGON!FIRE Posted March 31, 2013 Share Posted March 31, 2013 (edited) السلأم عليكم .. الموضوع واضح من عنوانه ابي كود لو دخلت منطقة محددة الفري روم مثلأ او اللوحة اللي ابيها ما يمديه يفكها .. بس ما فهمت كثير https://wiki.multitheftauto.com/wiki/UnbindKey اعتقد استخدم . Edited August 21, 2014 by Guest Link to comment
iPrestege Posted March 31, 2013 Share Posted March 31, 2013 عندك طرق كثيرة عن طريق عالم وهمي او تيم او كول شيب تدخلة او ماركر وتسوي الـ وظيفة unbindKey لـ وش تبيها ( :؟ ذذ Link to comment
3NAD Posted March 31, 2013 Share Posted March 31, 2013 توضيح حق الكود هذا -- Server Side unbindKey ( player, key, keyState, functionName ) Ex.: unbindKey ( source, "f2", "down", openWindow ) ولو تبي مثل المناطق وتقفل لوحات .. Data استخدم setElementData getElementData Ex.: -- Client Side lockWindow = false addCommandHandler ( "lock", function ( ) lockWindow = not lockWindow setElementData ( localPlayer, "Locked", lockWindow ) end ) bindKey ( "f2", "down", function ( ) if getElementData ( localPlayer, "Locked" ) then -- Nothing ..... else guiSetVisible ( Window, not guiGetVisible ( Window ) ) end end ) Link to comment
#DRAGON!FIRE Posted March 31, 2013 Author Share Posted March 31, 2013 مشكوووورين بس ممكن مثال لو دخلت منظقة في الماب يطفي لوحة يعني عن طريق الاحداثيات يعني اعتقد كول شيب عشان منظقة كبيرة شوي Link to comment
Tete omar Posted April 1, 2013 Share Posted April 1, 2013 local colshape = createColCuboid(....) -- نسوي كول شيب function onColHit(hitElem) -- وظيفة حدث الدخول الى الكول شيب if hitElem == localPlayer then -- اذا الداخل الى الكول شيب هو اللاعب guiSetVisible(النافذة, false) -- يخفي النافذة الي تبيها end end addEventHandler("onClientColShapeHit", colshape, onColHit) -- اضافة الحدث .. Link to comment
#DRAGON!FIRE Posted April 1, 2013 Author Share Posted April 1, 2013 (edited) مشكورين جميعا اخخوي تيتي + عناد + برستيج . Edited September 11, 2014 by Guest Link to comment
#DRAGON!FIRE Posted April 1, 2013 Author Share Posted April 1, 2013 (edited) مشكور اخوي برستيج ^ . Edited August 21, 2014 by Guest Link to comment
iPrestege Posted April 1, 2013 Share Posted April 1, 2013 >< كنت أقصد بدآل آلعفو مآعندك مشكلة Link to comment
#DRAGON!FIRE Posted April 1, 2013 Author Share Posted April 1, 2013 (edited) بس ممكن شرح ع السطر ذا local tempCol = createColCuboid ( fX, fY, fZ, 10.0, 10.0, 10.0 ) انا فاهمه بس ما فهمت الـ l 10.0, 10.0, 10.0 Edited August 21, 2014 by Guest Link to comment
iPrestege Posted April 1, 2013 Share Posted April 1, 2013 x,y,z = اول ثلااث ارقمنتات احداثياتك # fWidth: The collision cuboid's width = عرض fDepth: The collision cuboid's depth = عمق fHeight: The collision cuboid's height = ارتفاع # Link to comment
#DRAGON!FIRE Posted April 1, 2013 Author Share Posted April 1, 2013 مشكور اخوي برتسيج مدري وش اسوي لكافيك مرة ثانية مشكور 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