Thread: Main GUI
View Single Post
  #5  
Old 11-29-2009, 06:47 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by sssssssssss View Post
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";
  }

__________________
Quote:
Reply With Quote