Jump to content
RAGE Multiplayer Community

Simple MoneyHUD 1.0.0

   (2 reviews)

1 Screenshot

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.

  • Like 1
 Share


User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest

Uno87

   0 of 1 member found this review helpful 0 / 1 member

Nice

Link to review
×
×
  • Create New...