[Release][ESX] Status HUD (Health, Food, Water)

Status HUD (Clean, Health, Food, Water) by Chezza

Information
Hey FiveM members, this is a Simple and Clean Status HUD made for the ESX Framework, as said in the title it displays your Health, Food and Water.

Image

Requirements

Download

Installation

Installation (Click the arrow to see)
  • Drag esx-statushud folder into your resources and add to your server.cfg under the required scripts.
  • Open esx_status/client/main.lua and replace line 71 with the New Line below.

Original Line:

TriggerEvent('esx_status:onTick', GetStatusData(true))

New Line:

TriggerEvent('esx_statushud:onTick', GetStatusData(true))
  • Open esx_basicneeds/client/main.lua and change values of lines 43 and 49 to false .

Original Line:

return true

New Line:

return false

Support

  • If you have any issues, suggestions or questions ask them below :slight_smile:

Changelog (Click the arrow to see)
11 Likes


works fine :slight_smile: thx

1 Like

Can you Add LegacyFuel to this hud to ? will be really nice

1 Like

nice… can u add ‘Armor’ status ?

1 Like

It’s not that hard adding armor

i tried to add the fuel level by using FuelLevel = GetVehicleFuelLevel(GetVehiclePedIsIn(ped, 1))
but it don’t give the percent just a black bar with FuelLevel written inside am using LegacyFuelhud_client.lua (421 Bytes) main.css (556 Bytes) script.js (402 Bytes) ui.html (546 Bytes)

1 Like

Here ya go :slight_smile: @yassinos_Gamer, @Capitan_KaraTV, @JonRaiden,
Images


Download
esx_statushud.zip (with fuel)
esx_statushud.zip (with fuel & armour)

3 Likes

Can you add cash and bank money pls.?

Ohh thanks Man!! thank you

@Chezza nice how do we add Money Bank Money and Dirtymoney ?

1 Like

money and bank ??

1 Like

It is showing me the water and health but not showing me hunger

hey, how can i change the time how fast i’ll lost hunger and thirst?

esx_status , esx_bassicneeds

Change this line in the hud_client.lua:13
" food, water = status[2].percent, status[3].percent"

Everything works fine except that my life bar is at 75% while havin Full Life

Could someone explain to me how to move the entire hud up? It interferes with the FiveM watermark

hi everything works fine but i get this error on the line you said to change

actually it is not working fine because of the error it wont load last values of the database so it resets every time when i restart. suggestion could health and Armour be added to the database as well? thanks
EDIT whats saving in the database is the default water hunger and thirst bars since you changed it its not using your data to save that’s why it always reset. so can i ask to make it so we can save on the data base please?

the food / water bar does not work for me

[image]