Advanced Custom HUD System

A script by OrionStudio

No reviews yet.
Advanced Custom HUD System main image

Price

Unknown

Full Description

IMAGES

Captura de pantalla 2026-03-24 232827

Captura de pantalla 2026-03-24 232843

:bullseye: ORION HUD

A clean, modern and immersive HUD for QBCore with the signature Orion Studios design.

-–

:sparkles: Features

:white_check_mark: 3 Display Styles: Switch between Minimal, Side and Dial modes at any time via /hudmenu — no restart needed.

:white_check_mark: Full Vehicle Panel: Speed (KMH / MPH), RPM, fuel level, engine health, gear lock and seatbelt indicator — all in one.

:white_check_mark: 14 Fuel Scripts Supported: Auto-detects your active fuel script on startup. No manual wiring — just set “auto” and go.

:white_check_mark: Seatbelt System: Built-in seatbelt with key binding and physical ejection on crash. Also compatible with external seatbelt scripts via event.

:white_check_mark: Player Stats: Health, armor, hunger, thirst and stress bars — always visible and color-coded.

:white_check_mark: Minimap Integration: Clock, date and street name displayed directly on the minimap bar. Fully compatible with cinematic mode.

:white_check_mark: Voice Activity: Shows active speakers in the current radio channel when using pma-voice.

:white_check_mark: Custom Logo: Display your server logo in the top-right corner — configurable URL.

:white_check_mark: Notification System: Built-in toast notifications with sound feedback (info, success, error).

:white_check_mark: Performance: Slow thread for infrequent data (fuel, lock, engine health) and fast thread only for what needs it (speed, RPM). Near-zero idle impact.

:white_check_mark: Bilingual: English (en) and Spanish (es) included out of the box, fully extensible.

-–

:package: Installation

No SQL required — drop and play.

  1. Drop orion-hud into your resources/ folder.

  2. Add to server.cfg after qb-core:


ensure orion-hud

  1. Configure: Edit config.lua to set your language, fuel script and preferences.

-–

:gear: Configuration


-- config.lua

Config.Language = ‘en’ – ‘en’ | ‘es’

Config.showTime = true – Clock and date above minimap

Config.showStreet = true – Street name on minimap bar

Config.UseMPH = false – true = MPH | false = KMH

Config.showSpeedometer = true – Show vehicle HUD

Config.FuelScript = “auto” – Fuel script (see full list below)

Config.useSeatbelt = true – true = built-in | false = external script

Config.seatbeltKey = ‘b’ – Key to toggle seatbelt

Config.seatbeltEjectSpeed = 100 – Min speed (km/h) for ejection without seatbelt

Config.showLogo = true – Show server logo

Config.logoIcon = “https://your-logo-url.png”

Config.usePMAVoice = true – Show pma-voice radio activity

-–

:video_game: Usage

| Key / Command | Action |

|----------------|--------------------------------|

| /hudmenu | Open / close HUD settings menu |

| /togglehud | Show or hide the entire HUD |

| B (default) | Toggle seatbelt on / off |

-–

:fuel_pump: Fuel Compatibility

| Config value | Script |

|---------------------|-----------------------|

| “auto” | Auto-detect (recommended) |

| “default” | Native GTA V fuel |

| “LegacyFuel” | LegacyFuel |

| “ox_fuel” | ox_fuel |

| “qb-fuel” | qb-fuel |

| “ps-fuel” | ps-fuel |

| “qs-fuelstations” | qs-fuelstations |

| “Renewed-Fuel” | Renewed-Fuel |

| “ti_fuel” | ti_fuel |

| “x-fuel” | x-fuel |

| “cdn-fuel” | cdn-fuel |

| “esx-sna-fuel” | esx-sna-fuel |

| “lc_fuel” | lc_fuel |

| “BigDaddy-Fuel” | BigDaddy-Fuel |

| “okokGasStation” | okokGasStation |

With “auto”, the HUD detects your active fuel resource on startup and connects to it automatically. A confirmation message is printed to the server console.

-–

:globe_with_meridians: Localisation

Edit locales/en.lua or locales/es.lua to change any text.

To add a new language: create locales/xx.lua starting with if Config.Language ~= ‘xx’ then return end and fill in the full Lang = { … } table.

-–

:memo: Notes
Framework: QBCore.

Dependencies: qb-core.

No database — fully event-driven, zero SQL.

Preview: Orion Youtube
Support
Join our Discord: Orion Studio Discord

Purchase
Buy on Tebex: Orion HUD on Tebex
Price: €18.15

Info Value
Code is accessible No / Partial
Subscription-based No
Lines (approximately) +~3000
Requirements qb-core
Support Yes

Config Merger
Have you tried Config Merger? Merge your configs easily