Thommie Scripts
StoreDiscordGithub
  • Information
    • FAQ
  • Paid Resources
    • Banktruck Robbery
    • Bay City Bank Robbery
    • Fences
      • Installation
    • Forgery
    • Money Laundering
      • Installation
    • Weapondealer
      • Installation
  • Free Resources
    • Model Loader
    • Copper Cutting
    • Notifications
    • Tasks
    • Siren Control
Powered by GitBook
On this page
  • Preview
  • Features
  • Add new items
  1. Paid Resources

Banktruck Robbery

Do you want to make some quick money? Go rob a banktruck!

PreviousFAQNextBay City Bank Robbery

Last updated 3 months ago

Preview

Features

• Item needed to rob

• Police Alerts

• Notifications

• Guards Protecting

• Configurable loot

• Unique System

Add new items

When adding new items you can use the math.random function for the amount a player can receive are give a specific amount of items the player will receive. For items that have a "worth" you can privide the min and max amount, here you can not use a specific amount unless making min and max the exact same amount.

Config.Rewards = {
    {item = 'markedbills', worth = {min = 1, max = 10}, amount = math.random(1, 3)},
    {item = 'goldbar', amount = 4}
}
Banktruck robbery preview video
Page cover image