#Health system
1 messages · Page 1 of 1 (latest)
A picture of my HUD system for my money system ?
This is my money system with HUD and so I would like to make a HUD for the life bar because the game bar is removed when my HUD appears
Did you configure the game hud element so it’s in a different spot
Yes I deliberately put this HUD at the top to make room for the main view bar but it doesn't change anything
I mean for the health and the money hud, are the separate
Yes what I wanted to do was put my HUD for my money system and keep the main game bar for life but it doesn't work it disappears so I would like to replace it with a HUD that I will create myself unless you have a solution so that I keep the game bar and not replace it with a HUD
Well yeah you can’t have two bars in one spot, it’ll just replace it, you need two separate ones
Yes I see very well, but you see when you create a game and you don't put a HUD, there is the default life bar that is set by the game so very well, I placed my HUD at the top, except that even so by wanting to keep the main life bar by default, well it is removed
Are you translating from another language
Yes I'm sorry I'm French I translate the best I can 😅
It’s okay, It’s just there are definitely some translation issues because what you’re saying is a bit confusing
I suggest DeepL over google translate it’s more accurate
Yes, I guess so, 🤣 I'll try to keep it simple. The photo I'm sending you is of the game's default bar, the one I want to keep in my game. Unfortunately, when I add a HUD, it disappears, even though I've set my HUD to be at the top and not the main one.
I took your advice, I'm on DeepL.😁
Can you configure the game hud element and send a picture of the position
Is your money the area points?
Yes
Are you using a CV2 PVP system, or a Game Rules Chip
Game rules Chip
Does anything at all return the health bar, such as taking damage?
once you apply a custom hud element only a rejoin will restore the game rules hud
So he needs a CV2 pvp system
or he can just use a custom hud element by repeatedly updating it to match the value from that one chip
though a cv2 pvp system is more favored
So I can't keep the game's default health bar, because I added a HUD ?
So an update event to a set enabled on the custom hud would fix it?
Or a set value?
i mean setting the values
Is there a way to make the game's default health bar attached to a HUD?
Because I have the impression that once my HUD appears, the default bar disappears.
Change the player joined event to an update
And then disconnect the last port on the set value
What do you mean, in an update?
So what should I change my “Event” to?
Update 1hz
So, out of curiosity, how does this differ from the old version?
Updates every second instead of whenever a player joins
So my default health bar and HUD will be visible at all times ?
no
what youre changing is your money hud
if you want the health back with custom hud you will need to do the same setup in the screenshot but have the event receiver be Update
to get the values for it theres a beta chip that interfaces with game rules
i forgot the exact name of the chip to get the health and stuff
Yes, so there is no way for the default bar (photo) of the game to remain visible when a HUD appears.
It is complicated to set up a custom HUD for the health bar ?
i just explained what you need to do