[RELEASE] TREW HUD UI - A lightweight HUD for ESX, VRP AND VRPEX

go to html and replace all none to block

Can you tell me how to disable the car hud?

1 Like

hello do you put it ?

can you make stress icon please :frowning:

PLEASE HELP ME!!!

How change font size in job name?

On the top of my suggestions list for anyone wanting to have a very reliable & useful HUD. GREAT WORK!

Solved

i am in the same boat with this one, cant anything except the 3 cash ones to show up

Hello how can I change talking button text.Because there is saying some other language words and I want to change it.

food and thirst are draining to fast how i can make them last longer?

ive installed like you have said but its not showing any of the hunger/job/thirst/cash/bank but speedo works fine what can i do to sort this

my food and drink are full again after every login?
Can someone help me

How could I change the currency on the hud from dollars to pounds?

how to rotate status bar ? for to leave it vertically or horizontally

in the bassicneeds client/main.lua set up this,

TriggerEvent('esx_status:registerStatus', 'hunger', 1000000, '#CFAD0F', function(status)
	return false
end, function(status)
	status.remove(1000) <---- change this to a lower value example(500)
end)

TriggerEvent('esx_status:registerStatus', 'thirst', 1000000, '#0C98F1', function(status)
	return false
end, function(status)
	status.remove(750) <----- change this to a lower value example(250)
end)

in the bassicneeds client/main.lua set up this,

TriggerEvent('esx_status:registerStatus', 'hunger', 1000000, '#CFAD0F', function(status)
	return false
end, function(status)
	status.remove(1000) <---- change this to a lower value example(500)
end)

TriggerEvent('esx_status:registerStatus', 'thirst', 1000000, '#0C98F1', function(status)
	return false
end, function(status)
	status.remove(750) <----- change this to a lower value example(250)
end)

An awesome hud but i have one problem, My Hunger and Thirst wont update to the current level. I’ve edited the esx_basicneeds but it is still not working. Anyone knows a fix?

u need "esx_status " too

How can I move the weapon hud, which side is it? in the html folder?