Vanlot Posted January 13, 2013 Posted January 13, 2013 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)
iPrestege Posted January 13, 2013 Posted January 13, 2013 use this to hide the GUInot 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) Huh??
Lloyd Logan Posted January 13, 2013 Author Posted January 13, 2013 Nevermind Guys I got it! Thanks All!
Recommended Posts