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