Poll

Should this be a thing?

No
4 (44.4%)
Yes.
1 (11.1%)
Maybe
4 (44.4%)
IDK
0 (0%)

Total Members Voted: 9

Author Topic: Vitals  (Read 619 times)

What i mean by vitals is, there is a small gui in the bottom left corner and it has

[Health (100)]
[Stamina (100)]
[Hydration (100)]
[Hunger (100)]
[Exhaustion (100)]
[Sickness (0)]


There needs to also be events that give your hunger and sickness gone and up etc,etc

GUIs are client-only so using it in tandem with server and object variables isn't the smartest thing to do. Making it bottomprint isn't a good solution either, because it will essentially overwrite any other server mods that make bottomprint things.

This mod would have some severe optimization issues, but it generally sounds good.

For the Hydration just use the Hunger Mod.
For the stamina just go into the script of the sports playertype and modify it so that the recharge bar is slower and get rid of the jet limitation or whatever you wanted it to be for.
Health, just get a health bar addon, I personally recommend Script_Healthbar
Exhaustion and sickness, idk lol

===========

But if you're looking for this to be an actual addon all in one., then sry I can't script

GUIs are client-only so using it in tandem with server and object variables isn't the smartest thing to do. Making it bottomprint isn't a good solution either, because it will essentially overwrite any other server mods that make bottomprint things.

This mod would have some severe optimization issues, but it generally sounds good.

i never knew bl coding was hard i understand some of it