~Mr.Hassan Posted August 8, 2015 Share Posted August 8, 2015 السلام عليكم ابي شرح كيف مثلا لو ضغط واحد على البوتون تطلعله صوره ثانيه ما ابي تعطوني فنكشن واحد ابي تقلولي كيف اعمله انه يطلعله صفحه وانا كون حاطط فيها بوتونات كمثال لو طقس تسجيل تطلعله صفحه ثانيه كيف اعملها لو سمحتو قلولي Link to comment
iMr.SFA7 Posted August 8, 2015 Share Posted August 8, 2015 "onClientGUIClick" guiSetVisible Link to comment
~Mr.Hassan Posted August 8, 2015 Author Share Posted August 8, 2015 كاني عارف راح تعطيني كذا ما ابي كذا ابي لما يضغط تطلعله صفحه ثانيه صفحههههههههه ثانيه Link to comment
~Mr.Hassan Posted August 8, 2015 Author Share Posted August 8, 2015 ثانيا طلبت شرح مع فنكشات مو بس فنكشات Link to comment
iMr.SFA7 Posted August 8, 2015 Share Posted August 8, 2015 ايش تقصد بالصفحة الثانية ؟؟؟ نافذة ثانية ؟ Link to comment
~Mr.Hassan Posted August 8, 2015 Author Share Posted August 8, 2015 ايش تقصد بالصفحة الثانية ؟؟؟نافذة ثانية ؟ ايووه واخير فهمتني وابيك تفيدني الله يخليك Link to comment
#Madara Posted August 8, 2015 Share Posted August 8, 2015 addEventHandler("onClientGUIClick",root, function() if ( source == الزر ) then guiSetVisible(النافذة,true) end end ) Link to comment
Rockyz Posted August 9, 2015 Share Posted August 9, 2015 addEventHandler("onClientGUIClick",root, function() if ( source == الزر ) then guiSetVisible(النافذة,true) end end ) مع اني ماجربت كودك لاكن بعدل اذا تبي تخفي النافذة الي ضغطت فيها الزر addEventHandler("onClientGUIClick",root, function() if ( source == الزر ) then -- اذا ضغط على الزر guiSetVisible(النافذة,true) -- النافذة الي تطلعها guiSetVisible(النافذة,false) -- النافذة الي تخفيها 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