[Release] ev-hud | Customizable Standalone HUD

I’m having the same issue, won’t show Food and Water. I tried Changing the configs to true both in JS and Lua, still no fix. :frowning: This is, hands down, the most clean HUD I’ve seen. Not even paid hud’s are as good as this one. If you find a fix for the food and water issue, you’ll have the best HUD in the market.

1 Like


got both your huds, they are amazing mate

1 Like

Since it’s been a while with people having this issue. Could you answer a couple of questions for me in order to check for this issue.

  1. Where did you download it from? (Releases or Github Zip Download)
  2. Did you set both lua and js config to true?
  3. What ESX are you using?
  4. Have you modified your esx_status?
  1. Github
  2. Yes both are in true
  3. We’re using v1 final
  4. No

Could you try getting it from here

Let me try

Me too

1.Github
2.Yes
3.ESX 1.2
4.No

A guy in my community fixed it by changing it’s esx_status since it didn’t have the trigger onTick

How I can close the map while walking but when entering the car the map should show up?

Idk why but the when i try to enable the vrp version, it is bugged! How can i fix this?
image

It only works for VRP 2.0

Set the map config to false and add the following to the main thread and a local variable at the top.

local isInCar = false
if GetVehiclePedIsIn(ped, false) ~= 0 and not isInCar then
  isInCar = true
  DisplayRadar(true)
elseif  GetVehiclePedIsIn(ped, false) == 0 and isInCar then
  isInCar = false
  DisplayRadar(false)
end

which variable exactly?

after leaving the car the map is still there

Oh ): maybe your guy can share with the people in here, is a very good hud

esx_status.zip (22 Bytes)
Here you go. ESX kind of messed up people by putting all repos together. But this should work.

can you not make it vrp normal pls :)) i can pay for it! But just for my self

? It works for VRP 2.0 and ESX

sry i meant “can you make it for vrp normal” xD I can pay!