#StrOnG_,) Posted April 11, 2015 Share Posted April 11, 2015 السسسلآم عليكم ورحمه الله وبركاته كيف الحآل أن شاء الله بخير .. ألمهم ,, شباب ابي كود ألخروج من اللوحة يعني مثلآ سويت لوحة وسويت Button وأبي من أضغط على ألـ Button يخرج من اللوحة أتمنى فهمتوني , + أذا ما في تعب ابي مثال بسيط وشكرآ Link to comment
THE PRINCE Posted April 11, 2015 Share Posted April 11, 2015 addEventHandler("onClientGUIClick",root, function () if source == <ضع هنا اسم الزر الذي تريد ان يغلق اللوحة> then if ( guiGetVisible(اسم النافذه) == false ) then showCursor(true) end guiSetVisible ( اسم النافذة, false ) showCursor(false) guiSetInputEnabled(false) end end ) Link to comment
#StrOnG_,) Posted April 11, 2015 Author Share Posted April 11, 2015 addEventHandler("onClientGUIClick",root, function () if source == <ضع هنا اسم الزر الذي تريد ان يغلق اللوحة> then if ( guiGetVisible(اسم النافذه) == false ) then showCursor(true) end guiSetVisible ( اسم النافذة, false ) showCursor(false) guiSetInputEnabled(false) end end ) من أركب الكود , اللوحة تخرب Link to comment
shwaeki Posted April 11, 2015 Share Posted April 11, 2015 --Wid -- اسم الوحة يلي تسكر --Button -- اسم الزر يلي يسكر الوحة addEventHandler("onClientGUIClick",root, function () if source == Button then guiSetVisible ( Wid, false ) showCursor(false) end end) Link to comment
#StrOnG_,) Posted April 12, 2015 Author Share Posted April 12, 2015 --Wid -- اسم الوحة يلي تسكر --Button -- اسم الزر يلي يسكر الوحة addEventHandler("onClientGUIClick",root, function () if source == Button then guiSetVisible ( Wid, false ) showCursor(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