I'm having trouble creating customised gui styles. I can't see anything I'm doing wrong:
PHP Code:
//#CLIENTSIDE
function onCreated()
{
FinalStar_Test_Gui.destroy();
new GuiWindowCtrl("FinalStar_Test_Gui")
{
useownprofile = true;
profile.bitmap = "finalstar_gui.png";
width = 200;
height = 300;
canclose =
canmaximize =
canminimize =
canresize = false;
text = "Test";
}
echo("Test");
}
I've attached the image I'm using.