qb-moneyhud is a dynamic money HUD resource for the QBCore framework in FiveM. It displays your current cash and bank balances on-screen with smooth animations and auto-updates when your money changes. Players can also check their balances using the /cash
and /bank
commands.
-
Dynamic HUD Display:
Shows current cash and bank balances with animated transitions (fade in/out) that update automatically when money values change. -
Auto-Updating:
The HUD listens for QBCore events and updates in real time when your money changes. -
Chat Commands:
Players can display their balance at any time using the/cash
and/bank
commands. -
Customizable UI:
The user interface is defined inhtml/index.html
and can be easily modified to suit your style.
- Bank
- Cash
-
Download/Clone the Repository:
git clone https://github.com/RojinxChhetri/qb-moneyhud.git
-
Place the Resource:
Move the
qb-moneyhud
folder into your server'sresources
directory. -
Update
server.cfg
:Add the following line to your server configuration file:
ensure qb-moneyhud
-
Automatic HUD Updates:
The HUD automatically updates whenever your cash or bank values change, using QBCore events and the internal polling mechanism. -
Chat Commands:
/cash
– Displays your current cash balance on-screen./bank
– Displays your current bank balance on-screen.
-
UI & Animations:
Modifyhtml/index.html
to change the appearance, animations, or styling of the HUD. -
Auto Fade Delay:
Adjust theAUTO_FADE_DELAY
constant (in milliseconds) inhtml/index.html
to change how long the HUD remains visible before fading out.
This project is licensed under the NonCommercial License 1.0. See the LICENSE file for details.
- Created by Rojin Chhetri.