How to switch off speedometer?
Where is that?
Can you tell me how to check it? thank you very much! 
The hud doesnât show to some other people, but to some it shows.
Hi.
First off, I want to say, AMAZING UI!
The only thing I seem to struggle with, is actually the logo part. Whenever I try to put in my logo(for the top right corner), itâs doesnât show up. - Is there some sort of limit about the picture size or something like that? I canât think of anything else really.
I disabled everything except health, armor, satmina, food and water, But it seems like those icons than move up, But whenever i go into main.css and change info.player (line 57, top: xx)) to whatever value it doesnât seem to change? Is this the right line? Am I doing something wrong?
Kind regards!
Go to client.lua , find the --vehicle section, delete that all. everything to do with vehicle, delete it. Thats how I did it! for vRP it starts at line 109.
this menu is problematic!! i should change it a lot to make it work!!
How can I hide the default health and armor bar becasue I want to only show this trew hud as my health and armor
Thanks
I have a problem with trew.
Thanks appreciate it brother I figured it out I appreciate you anyways how do I make it so I donât die so quick?
That is Kool good job
From hunger/thirst?
Pretty sure its esx_basicneeds client.lua
TriggerEvent(âesx_status:registerStatusâ, âhungerâ, 1000000, â#CFAD0Fâ, function(status)
return false --Change to false to remove UI.
end, function(status)
status.remove(100)
end)
TriggerEvent('esx_status:registerStatus', 'thirst', 1000000, '#0C98F1', function(status)
return false --Change to false to remove UI.
end, function(status)
status.remove(75)
end)
You are aware that the speedometer is part of the trew_hud_ui resource?
Thanks brother, I just have a problem I need to be drunk to avoid dying, how do I change that, and tried to search and I canât find a solution.


