View Single Post
  #3  
Old 02-03-2012, 07:11 PM
khortez khortez is offline
PrototypeX
khortez's Avatar
Join Date: Dec 2008
Posts: 91
khortez will become famous soon enough
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
temp.disabled 0x10 0x20 0x40 0x80 0x100 0x200;
  
showstats(allstats temp.disabled);
  new 
GuiShowImgCtrl("GUI_Health") {
    
40;
    
30;
    
width 500;
    
height 130;
    
image "cega_guitest-frozenlies0.png";
    
partx 20;
    
party 10;
    
parth 500;
    
partw 300;
  }
  new 
GuiShowImgCtrl("GUI_HealthBar") {
    
5;
    
65;
    
width 204;
    
height 20;
    
image "cega_guitest-frozenlies0.png";
    
partx 20;
    
party 150;
    
parth 500;
    
partw 300;
  }

Attached Thumbnails
Click image for larger version

Name:	cega_guitest-frozenlies0.png
Views:	183
Size:	8.7 KB
ID:	54255   Click image for larger version

Name:	GuiOverlap.png
Views:	194
Size:	42.5 KB
ID:	54256  
Reply With Quote