A responsive, customizable HUD overlay for QB Core using HTML, CSS, and JavaScript. ( still build in progress not the final build) **
- Displays bank and cash amount at the top right
- Center-bottom HUD with icons for:
- Health
- Armor
- Sprinting stamina
- Underwater breathing stamina
- Mic range
- All HUD logic in JavaScript
/hudcommand (simulated by pressing/in the demo) opens a settings UI for HUD customization
- Open
index.htmlin your browser to view the HUD overlay. - Press
/and typehudto open the settings page. - Adjust which HUD elements are visible in
settings.htmland save your preferences.
- Integrate the JavaScript logic with your QB Core framework/game to update HUD values dynamically.
- Replace SVG icons in the
assets/folder as needed.
index.html— Main HUD overlayhud.css— Responsive styleshud.js— HUD logicsettings.html— HUD settings pagesettings.js— Settings logicassets/— SVG icons