How to remove this ui in my server?

Hello everyone i have a problem in my server qb-core…
i dont know where is the place to disable this speedometer whit level of gasoline, ibelive is qb-hud but i dont found nothing…please is possible have help? Screenshot by Lightshot

Ask @Kakarot

i ask to @Kakarot but not responding @anon70864786

Not surprised

Put this at the bottom of qb-hud/html/styles.css:

#veh-container {
    display: none;
}

This will just hide the element that contains the part you don’t want displaying.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.