Skip to content

xnubil/vault_holdup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vault Robberies

A script for robbing the vaults on your server.

Dependencies

Installation

  • Clone or Download
  • Place anywhere inside your resource folder
  • Add
start vault_holdup

to your server.cfg file

Editing Times & Payouts

Editing both the timers and payouts is extremely easy and done from the config file. If you wish to change the timer to a set time every time vs a random time between ranges, change:

secondsRemaining = math.random(NUMBER,NUMBER),

to

secondsRemaining = NUMBER,

Otherwise just change the numbers inside the math.random(). If you wish to change the payouts to a set payout vs a random amount between a range, then change:

reward = math.random(NUMBER,NUMBER),

to

reward = NUMBER,

Otherwise just change the numbers inside the math.random().

Credits

Original code comes from ESX_Holdup posted by ESX-Org. The existing code has been altered and changed to better fit a wider range of robberies, options, and locations. In addition timers have been changed to a random amount. Meant to be used with Teller_Holdup and Safe_Holdup providing the ultimate control over robberies on your server and over-all enhancing the robbery experience.

About

Adds the ability to rob Vaults

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages