w7sH Posted June 11, 2016 Share Posted June 11, 2016 السلام عليكم ابي كود اذا اللاعب دخل العالم ذا يحذف الحرف ص , س واذا طلع من العالم يرجع الزر او الاختصار Link to comment
iMr.WiFi..! Posted June 11, 2016 Share Posted June 11, 2016 'onClientKey' if getElementDimension cancelEvent Link to comment
w7sH Posted June 11, 2016 Author Share Posted June 11, 2016 تقدر تحطه جاهز لان مفهمت شي .. Link to comment
Mr.CoR Posted June 11, 2016 Share Posted June 11, 2016 اضغط على الاكواد الي معطيها لك وشوف اقرا شرحها بالانجليزي وحاول تفهم الكلام واذا مافهمته افتح مترجم قوقل وافهم الكلام ثم اقرا السينتاكس حق الوظيفه وافهمه وشوف المثال الي بيكونو حاطينه لك هم وبتعرف تسويها وتفهم Link to comment
Ahmed Ly Posted June 11, 2016 Share Posted June 11, 2016 function mm ( button , press ) if button == "s" or button == "w" and press and getElementDimension(localPlayer) == 5 then cancelEvent () end end addEventHandler("onClientKey",root,mm) Link to comment
iMr.SFA7 Posted June 11, 2016 Share Posted June 11, 2016 في مليون موضوع وطلب عن طلبك وأقرب طلب كان اليوم لاكن أنت ماتدور buttons = { ['F1'] = true, ['F3'] = true, ['b'] = true } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then cancelEvent() end end end) . عدل ع الجـدول Link to comment
w7sH Posted June 11, 2016 Author Share Posted June 11, 2016 اضغط على الاكواد الي معطيها لك وشوف اقرا شرحها بالانجليزي وحاول تفهم الكلام واذا مافهمته افتح مترجم قوقل وافهم الكلام ثم اقرا السينتاكس حق الوظيفه وافهمه وشوف المثال الي بيكونو حاطينه لك هم وبتعرف تسويها وتفهم ههههههه الله يجزاك خير ي الشيخ كور فاكها نصايح ع المنتدى ي لبى قلبك ههههههههههه Link to comment
w7sH Posted June 11, 2016 Author Share Posted June 11, 2016 في مليون موضوع وطلب عن طلبك وأقرب طلب كان اليوم لاكن أنت ماتدورbuttons = { ['F1'] = true, ['F3'] = true, ['b'] = true } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then cancelEvent() end end end) . عدل ع الجـدول يعطيك العافية ضبط :] 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