Quote:
Originally Posted by pez307
Don't worry i have it working now thanks to everybodys help. Thanks, it was a //#CLIENTSIDE problem :P
|
You said you weren't getting any errors

? If there was a problem with the clientside line, you should have been seeing ~20 errors on RC.
You also might want to change this:
PHP Code:
Pez_Window2.destroy();
new GuiWindowCtrl( "Pez_Window2" )
because I've read that destroying and creating a gui control in the same function can cause
srs problems.