#AL-J7EEEM Posted March 21, 2017 Share Posted March 21, 2017 ابي فنكشن اني لم اسوي زر ابيه يفتح لوحه اخري ,,,, Link to comment
Adham Posted March 21, 2017 Share Posted March 21, 2017 (edited) "onClientGUIClick" guiSetVisible -- false guiSetVisible -- true Edited March 21, 2017 by Deativated Link to comment
فاّرس Posted March 21, 2017 Share Posted March 21, 2017 (edited) guiSetVisible اول شي سوي اللوحتين وبعدين خل لوحة ظاهره والثانيه مخفيه من خلال الوظيفه onClientGUIClick وبعدين استخدم الحدث guiSetVisible واستخدم الوظيفه نفسها عشان تفتح اللوحه الثانيه حاول وبنساعدك . Edited March 21, 2017 by Sha67 Link to comment
#BrosS Posted March 21, 2017 Share Posted March 21, 2017 4 minutes ago, #AL-J7EEEM said: مثال لو سمحت addEventHandler("onClientGUIClick",root, function () if source == button -- اسم الزر اللي تبيه يفتح اللوحة guiSetVisible(window1,false) -- اللوحة اللي تبي تقفلها guiSetVisible(window2,true) -- اللوحة اللي تبي تظهرها end end) Link to comment
#AL-J7EEEM Posted March 21, 2017 Author Share Posted March 21, 2017 addEventHandler("onClientGUIClick",root, function () if source == system then if ( guiGetVisible(wnd_manager) == false ) then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) end guiSetVisible(wnd_manager,not guiGetVisible(wnd_manager)) showCursor(guiGetVisible(wnd_manager)) guiSetInputEnabled(guiGetVisible(wnd_manager)) 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