Random Yellow hud, help?

Hi guys, I have been browsing through the internet trying to get rid of this yellow bar.

ss: Screenshot by Lightshot

I have trew hud ui enabled and i also set my config to false on basicneeds/client/main.lua

AddEventHandler(‘esx_status:loaded’, function(status)

TriggerEvent(‘esx_status:registerStatus’, ‘hunger’, 1000000, ‘#CFAD0F’, function(status)
return false
end, function(status)
status.remove(100)
end)

TriggerEvent(‘esx_status:registerStatus’, ‘thirst’, 1000000, ‘#0C98F1’, function(status)
return false
end, function(status)
status.remove(75)
end)

TriggerEvent(‘esx_status:registerStatus’, ‘stress’, 100000, ‘#cadfff’, function(status)
return false
end, function(status)
status.add(20)
end)

Would appreciate your help/ideas trying to remove this. its been 2 days i been trying out to remove this hud.

Hello there!

This “yellow hud” is comming from script called: esx_status

You can edit a html/css or remove it if you dont want it!

1 Like

even when i have it disabled on server cfg?

thanks this worked form me