[FilterScript] Bank Robbery System with Checkpoints!
#1

Introduction


This is a robbery script I discovered days ago on my old hard drive. I\'ve modified a lot, including adding things like the chance of starting a robbery. The system is a simple one and you can also add many other banks if you\'d like to!


Requirements

This script requires streamer and zcmd

Features
  • 50 % chance of a successful robbery. (this can be changed)
  • Banks cannot be robbed until a 5 minute timer is up after a successful robbery.
  • Receive a random amount of cash if a robbery is successful between $10,000 and $200,000. This can be changed.
Commands

This system only has one command which is: /robbank

Defines

Code:
// ROBBERY SYSTEM DEFINES //

#define ROB_BANK_TIMER_TIME 20000 // 20000 milliseconds (20 seconds). Amount of time it takes for a bank robbery.
#define ROB_WAIT_TIMER_TIME 180000 // 180000 milliseconds (3 minutes). Amount of time a player has to wait to rob a bank again.

#define BANK_ROB_MINIMUM_CASH 10000 // $10,000. The robbery\'s minimum cash the player receives if the robbery was successful.
#define BANK_ROB_MAXIMUM_CASH 200000 // $200,000. The robbery\'s maximum cash the player receives if the robbery was successful.
Bank Location

The banks location is marked on the map (red dot)



Outside the bank there\'s a 3D Text label with the text \'Los Santos Bank.\' Simply enter the checkpoint and you\'ll be inside the bank!

Pictures

imgur album

Download

GitHub
Reply


Messages In This Thread
Bank Robbery System with Checkpoints! - by FreAkeD - 01.11.2015, 12:28
Re: Bank Robbery System with Checkpoints! - by SpikY_ - 01.11.2015, 14:12
Re: Bank Robbery System with Checkpoints! - by FreAkeD - 01.11.2015, 15:15
Re: Bank Robbery System with Checkpoints! - by SecretBoss - 01.11.2015, 15:24
Re: Bank Robbery System with Checkpoints! - by FreAkeD - 02.11.2015, 00:57
Re: Bank Robbery System with Checkpoints! - by N0FeaR - 20.11.2015, 18:54
Re: Bank Robbery System with Checkpoints! - by Bolex_ - 21.11.2015, 05:59
Re: Bank Robbery System with Checkpoints! - by yvoms - 21.11.2015, 15:16
Re: Bank Robbery System with Checkpoints! - by FreAkeD - 22.11.2015, 01:40

Forum Jump:


Users browsing this thread: 1 Guest(s)