Author Topic: Custom Health bars?  (Read 2249 times)

Well, I was going to display a image of the player next to the health bar itself by using a camera and I got a feeling that it will conflict with the health bar, or maybe not, who knows.
You'll need a client sided add-on to display an image of the player next to it.


You'll need a client sided add-on to display an image of the player next to it.

Ok, that figures that problem, what would the syntax be for what I'm trying to do?

How?
Guess I conused that with something else. Just tried it and it doesn't work.

Guess I conused that with something else. Just tried it and it doesn't work.
So I can't add a health bar?

So I can't add a health bar?
If it's just for your server and you really need to have a custom health bar with an image, you'll need both a client and a server mod.

Which one is easier? To make it simple on you, it will be as system_

Don't use System_. That's reserved for large mods.

If it's a server-sided thing, use Server_.
If it's client-sided, use Client_.
If it's both, use Script_.

Don't use System_. That's reserved for large mods.

If it's a server-sided thing, use Server_.
If it's client-sided, use Client_.
If it's both, use Script_.

It is going to be a large mod.

If it's just for your server and you really need to have a custom health bar with an image, you'll need both a client and a server mod.

Ik! I'm just trying to figure out the code to use! Ugh, no one on here is going to help me...

So you want a health bar for every player, or you only want one for your own player?

So you want a health bar for every player, or you only want one for your own player?

Ooo, I like the thought of that thought of every player. Then again, it would make since for that if it were in a minigame. To answer your question, both.