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).