Jump to content

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

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Uno87

   1 of 2 members found this review helpful 1 / 2 members

Nice

Link to review
×
×
  • Create New...