Quote:
Originally Posted by alexandralove
If it's your own server then try to script a complete health system / hire a scripter
If it's a server like Unholy Nation / Classic then just go in Graal/levels/images then just edit the image called state.png (should always be in the bottom of your files)
|
If it's just replacing states.png, then you could use setstatusimage().
Example:
PHP Code:
//#CLIENTSIDE
function onCreated() {
setstatusimage("newstate.png");
}
However, if you want an actual health bar, then that requires a more complex script. Sadly, this isn't a place where you could request full scripts. This is the code gallery, and only meant for showcasing complete scripts of your own.