Jump to content

1 Screenshot

About This File

 

Requirements

  • RAGE Multiplayer 1.1 and above
  • Currency API (define a currency named "cash" after installing)

 

Installing

  • Put the files you downloaded in their respective places
  • Add require('cashregisters') to client_packages/index.js
  • All done

 

Config

The config.json file can be found inside packages/cashregisters/json/.

minShotReward, maxShotReward: Minimum and maximum amount of cash a cash register will drop when shot, default values are 20 (min) and 60 (max).

minEmptyReward, maxEmptyReward: Minimum and maximum amount of cash a player will get from emptying a cash register by pressing interaction key in front of it, default values are 70 (min) and 120 (max).

cashLife: Milliseconds a cash drop from a cash register will stay for, default value is 30000. (30 seconds)

cashRegisterCooldown: Milliseconds that need to pass before a cash register is available for robbery again, default value is 300000. (5 minutes)

createBlips: Whether cash registers will have a blip/icon on the map, default value is true.

 

Notes

  • Emptied cash registers won't open like in the video, it was removed due to the issues it caused. You'll see a red "Robbed" label instead.
  • Shooting at the cash registers without aiming in first person mode can be inaccurate at times.
  • Since this resource hides the game's cash registers, if you play on a server that uses this resource then connect to a server that doesn't use this resource without restarting GTAV, cash registers will most likely be invisible.
  • Credits to GTA Wiki for the preview image.
  • Available on GitHub: https://github.com/root-cause/ragemp-cash-registers
  • Like 6

User Feedback

Recommended Comments

Fabio132

Posted (edited)

.

Edited by Fabio132
CommanderDonkey

Posted

Am 10.4.2020 um 23:07 schrieb Fabio132:

I Need help

Error: TypeError: this._prop.setVariables is not a function
    at new CashRegister (C:\Users\Administrator\Desktop\P-GL\packages\cashregisters\classes\CashRegister.js:25:20)
    at Object.<anonymous> (C:\Users\Administrator\Desktop\P-GL\packages\cashregisters\index.js:10:27)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at getDirectories.forEach.src (<anonymous>:827:341)

 

 

Requirements

  • RAGE Multiplayer 1.1 and above
  • Currency API (define a currency named "cash" after installing)

 

  • Confused 1
SkraXx

Posted

i have currency api installed but i have the same error as Fabi123

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...