Author Topic: Vehicle Health Bar  (Read 1274 times)

Kinda like the player health bar (not the bottom print one, the one that looks like the jet fuel bar).
If you're in a vehicle, it will show up, and works like, well, a health bar for the vehicle.
And it would be below the health bar addon.
idc what color it is, I was thinking brown, idk why.

No one but me has even looked at this topic yet.

It's been 15 minutes. Cool your jets.


I think one of these on the right side would be cool like orange colored or something



I would make this if I knew how to mod.

Someone who knows how to mod please make this.

is there a function to get a vehicles health?

I could code this but I'm not at a computer with BL installed

is there a function to get a vehicles health?

I could code this but I'm not at a computer with BL installed
Yes. This is possible.

I forgot the function for it though, I will try to figure it out unless someone can find it better than me.

I could maybe do this, unless Advanced Bot gets to it first.

@Advanced Bot: You just call %obj.getDamageLevel(); or %obj.getDamagePercent();

I could maybe do this, unless Advanced Bot gets to it first.

@Advanced Bot: You just call %obj.getDamageLevel(); or %obj.getDamagePercent();
Well, I know that, but I mean like

Code: [Select]
%player.vehicle.getDamageLevel();

Stuff like that.

Oh, that.

Code: [Select]
%player.getObjectMount().getDamageLevel();

However, I have a different idea for some code, will probably write it up tomorrow and test it.

Oh, that.

Code: [Select]
%player.getObjectMount().getDamageLevel();

However, I have a different idea for some code, will probably write it up tomorrow and test it.
Yeah that's the function

Nevermind, not a different idea for code, read the OP incorrectly... I'll try to get working on this right away.