Hey guys. I have a couple GUIs I use for my server and for some reason, when I reconnect, when it connects me back to the server, they pop up on login. How Can I stop this? I already tried :
PHP Code:
function onPlayerLogin()
{
MyGUI_Window1.visible = false;
}
It didnt work though.
How could I get this to stop popping up on login?
thanks, jamerson