View Single Post
  #1  
Old 12-08-2012, 03:54 PM
InfamousPride InfamousPride is offline
Asst. Manager of GA
InfamousPride's Avatar
Join Date: Feb 2012
Location: Florida
Posts: 59
InfamousPride is an unknown quantity at this point
Send a message via AIM to InfamousPride
Trouble with GUI

I am trying to make this GUI appear on login (like it was before I changed a few things) but it stopped. What's missing/incorrect.

NPC Code:
//#CLIENTSIDE
function onActionPlayerOnline() {
new GuiWindowCtrl("OnLogin") {
profile = GuiBlueWindowProfile;
x = 150;
y = 150;
height = 412;
width = 187;
text = "Graal Apocalypse";

closequery = true;
canminimize = true;
canmaxamize = true;
}
}



I have already put it in NPC Control.
Reply With Quote