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

How to switch off speedometer?

Where is that?

Hello Bro Can I have The Speedmeter Script?

Can you tell me how to check it? thank you very much! :blush:

The hud doesn’t show to some other people, but to some it shows.

1 Like

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

This is my modified version just pm if u want it

2 Likes

I have a problem with trew.

https://github.com/beetle2k/b2k-minimap Use this.

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?

1 Like


Let me ask you what my hud is so I can remove it

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.