PHP Code:
//#CLIENTSIDE
function onCreated() {
temp.disabled = 1 + 2 + 4 + 8 + 0x10 + 0x20 + 0x40 + 0x80 + 0x100 + 0x200;
showstats(allstats - temp.disabled);
new GuiShowImgCtrl("GUI_Health") {
x = 40;
y = 30;
width = 500;
height = 130;
image = "cega_guitest-frozenlies0.png";
partx = 20;
party = 10;
parth = 500;
partw = 300;
}
new GuiShowImgCtrl("GUI_HealthBar") {
x = 5;
y = 65;
width = 204;
height = 20;
image = "cega_guitest-frozenlies0.png";
partx = 20;
party = 150;
parth = 500;
partw = 300;
}
}