Jump to content

Gui Not Working


Lloyd Logan

Recommended Posts

use this to hide the GUI

not tested but it should works.

function initGUI() 
 if (source== cButton) then 
if (guiGetVisible(Window) == true) then 
 guiSetVisible ( Window, false ) 
showCursor ( false ) 
end 
end 
end 
addEventHandler ( "onClientGUIClick",guiRoot, initGUI) 

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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