Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Misc --
- Config.TimeOut = 30 -- time between robberies on the same bank
- Config.VaultOpenTimeout = 0 -- time in minutes before the vault opens after hacking the panel
- Config.RequiredCops = 0 -- minimum amount of online cops to start the heist
- Config.CloseBankCommand = 'closebank' -- command used for police to close bank
- Config.HackMinigameVault = 'hacking' -- minigame used to hack the vault, can be hacking/bruteforce (hacking requires external resource)
- Config.HackMinigameDoor = 'bruteforce' -- minigame used to hack the 2de door, can be hacking/bruteforce (hacking requires external resource)
- -- Bag Settings --
- Config.RequireBag = true -- set to true if you want to require a bag to rob
- Config.AvailableBags = {45,46} -- bags allowed to rob
- -- Items --
- Config.HackItem = 'green_laptop' -- item used to hack the panel
- Config.DrillItem = 'advanceddrill' -- item used to drill the box wall
- Config.RemoveHackItem = true -- set to true if you want to remove item after use
- Config.RemoveDrillItem = false -- set to true if you want to remove item after use
- -- Marked Bills --
- Config.BillsItem = 'markedbills'
- Config.MarkedBillsWorthMin = 5000 -- Minimum worth of a bag
- Config.MarkedBillsWorthMax = 10000 -- Maximum worth of a bag
- -- Evidence
- Config.UseEvidence = true
- Config.FingerDropChance = 100
- Config.MaleNoHandshoes = {[0] = true, [1] = true, [2] = true, [3] = true, [4] = true, [5] = true, [6] = true, [7] = true, [8] = true, [9] = true, [10] = true, [11] = true, [12] = true, [13] = true, [14] = true, [15] = true, [18] = true, [26] = true, [52] = true, [53] = true, [54] = true, [55] = true, [56] = true, [57] = true, [58] = true, [59] = true, [60] = true, [61] = true, [62] = true, [112] = true, [113] = true, [114] = true, [118] = true, [125] = true, [132] = true}
- Config.FemaleNoHandshoes = {[0] = true, [1] = true, [2] = true, [3] = true, [4] = true, [5] = true, [6] = true, [7] = true, [8] = true, [9] = true, [10] = true, [11] = true, [12] = true, [13] = true, [14] = true, [15] = true, [19] = true, [59] = true, [60] = true, [61] = true, [62] = true, [63] = true, [64] = true, [65] = true, [66] = true, [67] = true, [68] = true, [69] = true, [70] = true, [71] = true, [129] = true, [130] = true, [131] = true, [135] = true, [142] = true, [149] = true, [153] = true, [157] = true, [161] = true, [165] = true}
- -- Second door --
- Config.CloseSecondDoor = true -- set to true if you want the second door to be locked
Advertisement
Add Comment
Please, Sign In to add comment