Well, I have quite a problem, it's actually a rather odd problem, whenever I try to close my GUI windows in one of my scripts using another method then the red(x) , such as control.Hide(); and control.Destroy(); . It doesn't effect the GUI window control? Here is an example of one of my windows.
PHP Code:
new GuiWindowCtrl("Guild_Window_fapp") {
useownprofile = true;
profile = "gcpu1-window";
x = 360;
y = 115;
width = 300;
height = 375;
text = "Guild System!";
destroyonhide = true;
canmaximize = false;
canminimize = false;
canresize = false;
canclose = true;
Thanks in advance
-Ronnie