A clean and modern money HUD for QBCore servers. Lv-MoneyHud gives your players a stylish way to track their Cash, Bank, Job, and ID in real-time with a minimal interface.
- โ Transparent & modern rectangle HUD cards
- โ Cash, Bank, Job & ID display with live updates
- โ Bold Roboto Job text for clear visibility
- โ Server logo support (custom image slot)
- โ Optimized & lightweight for performance
- โ
Easy toggle with command or keybind (default:
F7) - โ Fully customizable (CSS/HTML/Lua)
-
Download or clone this repository into your serverโs
resourcesfolder. -
Rename the folder to
lv-moneyhud. -
Add the script to your
server.cfg:ensure lv-moneyhud
Inside client.lua you can adjust:
Config.ShowCashโ Show/hide cash rowConfig.ShowBankโ Show/hide bank rowConfig.ShowJobโ Show/hide job rowConfig.ShowIdโ Show/hide server IDConfig.Positionโ Change HUD position (default: top-right)Config.Scaleโ Adjust HUD sizeConfig.Logoโ Path to your server logo (optional)Config.ToggleCommandโ Change toggle command (default:hud)
- Logo: Replace
img/logo.pngwith your serverโs logo. - Colors & Fonts: Edit
style.cssto change glow, text, or icon colors. - Layout: Edit
index.htmlto rearrange or remove HUD elements.
- Script Name: Lv-MoneyHud
- Framework: QBCore
- Languages: HTML, CSS, JS, Lua