Search the Community
Showing results for tags 'money'.
-
Version 1.0.0
1102 downloads
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