abu5lf Posted March 23, 2012 Share Posted March 23, 2012 (edited) function closeTheWindow() guiSetVisible(win, false) showCursor(false) end addEventHandler("onClientGUIClick", ok, closeTheWindow, true) Edited December 25, 2012 by Guest Link to comment
Castillo Posted March 23, 2012 Share Posted March 23, 2012 function closeTheWindow() guiSetVisible(win, false) showCursor(false) end addEventHandler("onClientGUIClick", ok, closeTheWindow, false) Link to comment
abu5lf Posted March 23, 2012 Author Share Posted March 23, 2012 function closeTheWindow() guiSetVisible(win, false) showCursor(false) end addEventHandler("onClientGUIClick", ok, closeTheWindow, false) not work Link to comment
Castillo Posted March 23, 2012 Share Posted March 23, 2012 Post your entire script then. Link to comment
abu5lf Posted March 23, 2012 Author Share Posted March 23, 2012 Post your entire script then. I can not but I put together for the same function button other than closing the window ! Does this affect ? Link to comment
Castillo Posted March 23, 2012 Share Posted March 23, 2012 If you don't post the script, then we can't help you. Link to comment
abu5lf Posted March 23, 2012 Author Share Posted March 23, 2012 If you don't post the script, then we can't help you. Sent to you via the private 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