Quote:
Originally Posted by sssssssssss
So if i wanted to replace I would hide what I didnt want, and just show what I did manually? Much like people do a hp system?
|
Yes.
You have to create the profile before you can use it, you can create a replica of the GuiBlueWindowProfile like so:
PHP Code:
//#CLIENTSIDE
function onCreated() {
onCreateProfiles();
}
function onCreateProfiles() {
new GuiBlueWindowProfile("GuiArmWindowProfile") {
bitmap = "guiarm_window.png";
}
}