About This File
What is this?
- This is a simple money HUD for rage
- It is easy to add and use in your existing application or a new one!
- It is very similiar to SAMP's money HUD
- It contains nice animations on money adding/removing (Check the included GIF)
How to install?
- Extract the MoneyHUD.js file in your client_packages and include it in your index.js
-
require('./MoneyHUD.js');
Note
- This was created in version 0.3.7
How to use?
- Call event moneyhud:set on player initialization/connect to initialize player's starting money - Example: client.TriggerEvent("moneyhud:set", 5000);
- Call event moneyhud:add to add money to the HUD - Example: client.TriggerEvent("moneyhud:add", 1500);
- Call event moneyhud:remove to remove money from the HUD - Example: client.TriggerEvent("moneyhud:remove", 1500);
Extra settings
- You can change the MINIMUM_LENGTH constant to determine how long should the money HUD be by minimum
What's New in Version 1.0.0 See changelog
Released
No changelog available for this version.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now