[FREE] [SCRIPT] Minimalist HUD (QBCore, ESX, Standalone)

This script is no longer maintained, use at your own risk.

Good evening! I’m putting a free HUD script at your disposal. I made it pretty quickly, so if there’s any problem, don’t hesitate to let me know! I know I’m not an optimization pro.

The script is partly configurable, both technically and visually.


Exports

This is a standalone script, so here are a few exports to help you manage the display with your own scripts.

exports["jordqn_hud"]:bypassRadar(boolean) -- Allows you to activate or deactivate, via your scripts, the fact of having the radar permanently outside your vehicles (if the option is active, of course).
exports["jordqn_hud"]:setThirst(value) -- Set thirst level.
exports["jordqn_hud"]:setHunger(value) -- Set hunger level.
exports["jordqn_hud"]:setVoiceDistance(0, 1, 2, 3) -- Set voice distance on HUD. (0 = mute, 1 = short, 2 = medium, 3 = long)
exports["jordqn_hud"]:setVoiceTalking(boolean) -- Displays whether the player is speaking or not.
exports["jordqn_hud"]:setVoiceRadio(boolean) -- Displays whether the player is speaking on the radio or not.
exports["jordqn_hud"]:setSeatBelt(boolean) -- Defines whether the belt is fastened or not.
exports["jordqn_hud"]:hudVisibility(boolean) -- Defines whether the HUD is visible or not.

PS: The fuel level is managed by your vehicle’s handling and via the native GetVehicleFuelLevel. If you use another method to manage your fuel, please don’t hesitate to contact me so we can look into it together.

Previews

In vehicle preview: Watch vehiclev2 | Streamable
In water preview: Watch oxygen | Streamable

Configuration


This script works with nearest-postal zips codes.

Download

File: jordqn_hud.rar (229.9 KB)

23 Likes

Nice work :+1: Happy to see this configurable and free ressource. Thanks a lot ! :heart:

i think , u missing car hud > vehicle Speed

2 Likes

this is amazing!

2 Likes

I’ll add it as soon as possible!

3 Likes

This is really cool! Love how the UI looks!

2 Likes

thanks , and don’t forget the Seatbelt on off - mic - radio channels etc :grimacing: , again perfect work <3

3 Likes

New version available!

Additions

  • Added for vehicles, natively a speedometer (kmh, mph) and display of fuel, full headlights and engine status.
    Added for vehicles, via exports, seat belt display.
    image

  • Added voice display, via exports, with the possibility of four distances (mute, short, medium, long) and whether the player is speaking on the radio.

image
image
image

Removals

On the first version I had unintentionally left lines allowing me to equip myself with armor and modify the weather for preview videos. This has been removed.

jordqn_hud.rar (222.5 KB)

2 Likes

Amazing HUD, the first HUD that has ever made me want to switch in almost 4 years!

4 Likes

Amazing !

2 Likes

nice thoo , same or u did changes ?

1 Like

is it possible to move the player location a little bit to the left? because there is kinda big gap between location and map and its really getting on my nerves

1 Like

New version available!

Additions

  • Added the ability to move components via config.
    image

  • Added support for electric vehicles.
    image

  • Added support for vehicles without engines (e.g. bicycles).

jordqn_hud.rar (229.3 KB)

2 Likes

Hello,

Very beautiful HUD! have you a snippet for QbCore Status?

Greets

1 Like

New version available!

Additions

  • Added one new export.
exports["jordqn_hud"]:hudVisibility(boolean) -- Defines whether the HUD is visible or not.
  • Added support for ESX and QBCore frameworks. (must be enabled in config)

  • Added support for pmaVoice and LegacyFuel scripts. (must be enabled in config)

Notes

Regarding the addition of the QBCore and ESX frameworks, I’ve never worked or played with these two, and this is the first time I’ve implemented them, as I’m used to doing everything standalone. So if you see any errors and/or a better possible implementation, don’t hesitate to let me know so I can improve it.

jordqn_hud.rar (229.8 KB)

1 Like

Please fix it for qb-version

1 Like

It was a mistake I made, I corrected it and updated the original post.

However, I’ll do an update to optimize the entire script as it still consumes too much, possibly tomorrow or the day after if I have time.

But here’s a version that should be a bit better.
jordqn_hud.rar (229.9 KB)

2 Likes

Thank you btw really nice HUD

1 Like

Thanks !

2 Likes

What is the Key bind for the seatbelt?

1 Like