Hi guys, I have been browsing through the internet trying to get rid of this yellow bar.
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.