View Single Post
  #1  
Old 12-05-2011, 04:57 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
GUI Window Profile not showing

So I have a class, that is joined in a weapon to help consolidate code for gui profiles. This is the class:

PHP Code:
//#CLIENTSIDE
public function GetProfiles() {
  new 
GuiWindowProfile("Armageddon_Window") {
    
bitmap "guiarm_window1.png";
    
fonttype "Comic Sans MS";
  }

But when I do
PHP Code:
join("gui_profiles"); 
and then in the gui window put
PHP Code:
profile=Armageddon_Window 
, it defaults to that nasty red/gold window. I'm pretty sure this worked fine a long time ago, so I'm very confused on what is going on. Attached the image just in case something is wrong on it, but its not just the window that isn't showing up (buttons, textedit, ect).
Attached Images
 
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote