🔫qb-storerobbery
Put the money in the bag!
Introduction
Configuration
General
Config.minEarn = 100 -- minimum markedbills worth
Config.maxEarn = 450 -- max markedbills worth
Config.RegisterEarnings = math.random(Config.minEarn, Config.maxEarn) -- Randomized earnings
Config.MinimumStoreRobberyPolice = 2 -- minimum police needed to start the robbery
Config.resetTime = (60 * 1000) * 30 -- cooldown between robberies in minutes
Config.tickInterval = 1000 -- the time between register checksRegisters
Config.Registers = {
[1] = {
vector3(-47.24,-1757.65, 29.53), -- register location
robbed = false, -- dynamically changed, don't edit
time = 0, -- dynamically changed, don't edit
safeKey = 1, -- index that references the safes table
camId = 4 -- alerts the cops with the camera number to view
}
}Safes
Last updated
Was this helpful?
