View Single Post
  #3  
Old 06-02-2009, 12:58 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
It's using profiles (e.g. profile.fillColor); I suggest using a GuiShowImgCtrl instead.

PHP Code:
new GuiShowImgCtrl("Interface_HealthEmpty") {
  
image "hpempty.png";
  
  
width 100;
  
height 20;
  new 
GuiShowImgCtrl("Interface_Health") {
    
image "hpfull.png";
    
    
width = (100 clientr.hp_max) * clientr.hp_cur;
    
height 20;
  }

__________________
Reply With Quote