#STZ Posted June 8, 2016 Share Posted June 8, 2016 السلام عليكم و رحمة الله و بركاته ابي شرح اذا اللاعب في عالم وهمي 5 مثلا لوحة الادمن ما تفتح هذا طلبي | حاولت ما ظبط والسلام عليكم و رحمة الله و بركاته Link to comment
iMr.WiFi..! Posted June 8, 2016 Share Posted June 8, 2016 تراها سهلة جداً باديك الفنكشنات والطريقة 'onClientKey' -- حدث عند ضغط الزر getElementDimension -- تحقق انه في العالم 5 -- تحقق انه ضغط زر P -- سوي كانسل ايفينت cancelEvent Link to comment
#STZ Posted June 8, 2016 Author Share Posted June 8, 2016 تراها سهلة جداً باديك الفنكشنات والطريقة 'onClientKey' -- حدث عند ضغط الزر getElementDimension -- تحقق انه في العالم 5 -- تحقق انه ضغط زر P -- سوي كانسل ايفينت cancelEvent ممكن مثال يعني اكتبه لي لاني مب عارف دخلت الويكي كلام كتييير Link to comment
iMr.WiFi..! Posted June 8, 2016 Share Posted June 8, 2016 يخي حاول ماتقدر ؟ addEventHandler("onClientKey",root,function ( Btn , Prees ) if Btn == "P" and Prees and getElementDimension(source) == 5 then return cancelEvent () end end) هذا اقل من 3 اسطر تسويه Link to comment
#STZ Posted June 8, 2016 Author Share Posted June 8, 2016 يخي حاول ماتقدر ؟ addEventHandler("onClientKey",root,function ( Btn , Prees ) if Btn == "P" and Prees and getElementDimension(source) == 5 then return cancelEvent () end end) هذا اقل من 3 اسطر تسويه ما ظط سويت ملف كلنت و حطييت الاكواد واللوحة تشتغل Link to comment
iMr.WiFi..! Posted June 8, 2016 Share Posted June 8, 2016 الكود تمام مافيه شيء كيف تقول ماضبط ؟ Link to comment
Ahmed Ly Posted June 8, 2016 Share Posted June 8, 2016 اكود هدا مجربه و يخدم addEventHandler("onClientKey",root, function ( button , press ) if button == "F1" and press and getElementDimension(localPlayer) == 5 then cancelEvent () end end ) addCommandHandler("77", function () setElementDimension(localPlayer,5) end ) اكتب في اف8 77 وبعدين جرب اضغط اف1 Link to comment
Abdul KariM Posted June 8, 2016 Share Posted June 8, 2016 كود واي فاي صحيح p بـ P بس استبدل الحروف لازم تتكون سمول 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