View Single Post
  #13  
Old 08-16-2009, 10:44 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Try creating a progress bar and attaching health to that.

PHP Code:
new GuiProgressCtrl("GUI_HealthBar") {
  
profile GuiBlueProgressProfile;
  
10;
  
10;
  
height 10;
  
width 100;
  
progress playerr.health;

resize and place as necessary.
Reply With Quote