darbka2002 Posted August 1, 2016 Share Posted August 1, 2016 سلام عليكم لدى مشكلة فى كود تاب انا كنت اريد اضا ضغطت على اسم التاب من فوق تقفل اللوحة كلها الكود هذا ما يشتغل guibutton = guiCreateButton ( ... ) addEventHandler ( "onClientGUIClick", tab1, function ( button, state ) if button == "left" and state == "up" then destroyElement ( guipanel ) -- Hide GUI end end, false ) Link to comment
N3xT Posted August 1, 2016 Share Posted August 1, 2016 guibutton = guiCreateButton ( ... ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == الزر then guiSetVisible ( اللوحة , 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