Hide ESX Hud Top Right (Detailed)

has anyone figured this out i put false put still shows up

Have you figured it out?

I would be interested in this aswell as I have downloaded a mod ESX job counter which counts how many jobs people are online but if I| press f10 it removes this aswell.

Any help would be apreciated

I can see (and hide) everything besides actual cash. Bank account and dirty money are fine, but cash can’t be seen at any point… Maybe it has something to do with latest ES and ESX?

1 Like

If you try to press a key to disappear money work etc. try this

Citizen.CreateThread(function()
while true do
Wait(0)
if IsControlJustPressed(0, Keys[‘F9’]) and (GetGameTimer() - GUI.Time) > 300 then
openInterface()
end
end
end)

Im sorry for my english!

Hey I have installed this on my server but it only disables the “cash” option how do I add it so that, black money and bank also hide and re show?

For those who want to turn off the upper right HUD, it’s very simple.
Open the config.lua in your es_essentials folder.

Change Config.EnableHud = true to false

Done, no more money, dirty money, or Jobs listed…

You’re welcome.

3 Likes

Where is es_essentials folder???

es_essentials should be located in your esx or fivem server folder under resources.
Mine for example is x:\FiveMServer\cfx-sever-data-master\resources\sesx\es_extended

Depending how you set yours up, it should be located in the resources folder.

Hope this helps.

I have found it, thanks! in es_extended tho :smiley:

Good deal. Glad to hear you got it working.

1 Like

Is the folder named extended or es_essential?

this works with esx? AMAZING!!!

image
Why I have this “t” when i put the esx_hide_hud

Has anyone managed to turn it off completely Hud?