[Release] [vRP] [ESX] Hud of thirst and hunger for FiveM (ladderhud)

Send s2

I just install extension.
I include the line TriggerEvent(‘esx_ladderhud:updateBasics’, GetStatusData(true)) as documentation say but water and food line are stuck on 0. Any ideas?

I fix it thanks

doesnt work for me and the basic hud cant disabled too

How?
I am stuck on that…

I set up something but only water is working… food is not working its like empty any ideas ?

Same problem any fix??

I will try to fix today if I fix I will everyone let know :smiley:

I Loc_Dog,

Navigate to exs_status->client->main.lua open file at line 55 replacing this TriggerEvent(‘esx_status:onTick’, GetStatusData(true)) with TriggerEvent(‘esx_ladderhud:updateBasics’, GetStatusData(true)).

I’ve had this problem, and i resolve it deleting inside esx_status->_resource.lua this line (from 19 to 25):

ui_page ‘html/ui.html’

files {
‘html/ui.html’,
‘html/css/app.css’,
‘html/scripts/app.js’
}

Thanks it works now well half of it the hunger bar doesnt seem to work, i dont know if i i did someting worng

Hey, how would one change the location of the HUD. I know it is in the css file, but what do I have to change?

4 Likes

I have done everything above and still both hunger and thirsty are empty :frowning:

bars are filling & go empty but once empty, i’m not dying of hunger or thirst, what did i do wrong ?
EDIT: nevermind it just goes way beyond the burger apparently, now i’m starting to die
or perhaps its not insync with the original hunger/thirst bar idk

How do we change the position of it?

1 Like

how did you change position?

1 Like

@KilluaZoldyck99 You need to go to :

FXServer\resources\ [esx]\esx_ladderhud\HTML\ui.css

and edit the lines 21 and 22.

here is an example of mine:

.container-fluid {
    position: absolute;
    padding: 0;
    margin: 0;
    display: inline-block;
    right: 69vw;
    bottom: 0;
    transition: right 1.0s;
}

and what’s it look likes:

9 Likes

Think of adding a third bar for drunk

Hello i have one problem
https://gyazo.com/cf20df5c22a6e469691f65f48e731780
The bars are black

1 Like

same problem