XI_Alooy1212_IX Posted July 28, 2014 Share Posted July 28, 2014 Hi all Ineed code to close the window By button Link to comment
AboShanab Posted July 28, 2014 Share Posted July 28, 2014 addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == button ) then guiSetVisible ( window, false ) showCursor ( false ) end end) Link to comment
XI_Alooy1212_IX Posted July 28, 2014 Author Share Posted July 28, 2014 addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == button ) then guiSetVisible ( window, false ) showCursor ( false ) end end) تسلم Thx 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