Jump to content

Help pls


TheIceman1

Recommended Posts

Why this dont close GUI?No errors.

GUIEditor_Window[2] = guiCreateWindow(279,147,473,324,"Clan System",false) 
    guiSetVisible(GUIEditor_Window[2], false) 
GUIEditor_Button[4] = guiCreateButton(9,289,449,26,"Close",false,GUIEditor_Window[2]) 
  
function hideMyClanWindow() 
guiSetInputEnabled ( false ) 
    guiSetVisible(GUIEditor_Window[2], false) 
    showCursor(false) 
end 
addEventHandler( "onClientGUIDoubleClick", GUIEditor_Button[4], hideMyClanWindow ) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...