Configurantion
Preview
Config = {}
--███████╗██████╗ █████╗ ███╗ ███╗███████╗██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗
--██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██║ ██║██╔═══██╗██╔══██╗██║ ██╔╝
--█████╗ ██████╔╝███████║██╔████╔██║█████╗ ██║ █╗ ██║██║ ██║██████╔╝█████╔╝
--██╔══╝ ██╔══██╗██╔══██║██║╚██╔╝██║██╔══╝ ██║███╗██║██║ ██║██╔══██╗██╔═██╗
--██║ ██║ ██║██║ ██║██║ ╚═╝ ██║███████╗╚███╔███╔╝╚██████╔╝██║ ██║██║ ██╗
--╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
Config.Framework = 'esx' -- [ 'esx' / 'qb' ]
Config.Target = 'ox_target' -- [ 'ox_target' / qb-target' / 'none' ] (Target is optional)
Config.ProgressBar = 'progressbar' -- [ 'progressbar' / 'mythic_progbar' / 'ox_lib' / 'none' ] (ProgressBar is optional)
--███╗ ███╗ █████╗ ██╗███╗ ██╗
--████╗ ████║██╔══██╗██║████╗ ██║
--██╔████╔██║███████║██║██╔██╗ ██║
--██║╚██╔╝██║██╔══██║██║██║╚██╗██║
--██║ ╚═╝ ██║██║ ██║██║██║ ╚████║
--╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝
Config.Language = "en" -- Language to use. [ 'en' / pt' / 'fr' / 'de' ]
Config.MinimumAtmRobberyPolice = 0 -- Minium Ammount of Police need to be on duty.
Config.RobAtNight = false -- Do you want atm robbery to be allowed only at night?
Config.Cooldown = 15 -- Minutes -- Atm Robbery Cool Down Timer. Everyone will wait X mins for the next atm to become avaiable to rob.
Config.ItemforHack = {
ItemName = 'hackerdevice',
RemoveItemWhenUsed = true -- When you use the item, do you want it removed from the inventory?
}
Config.Rewards = {
MoneyReward = {10000, 25000}, -- Min, Max (random interval)
CollectingMoneyTime = 15, -- seconds to collect money for the backpack
--For [ESX] servers, choose the type of account you want
Account = "black_money",
-- For [QBCore] servers, define your dirty money or cash item
RewardItem = "markedbills"
}
--███╗ ███╗ █████╗ ██╗███╗ ██╗ ██╗ ██████╗ ██████╗ █████╗ ████████╗██╗ ██████╗ ███╗ ██╗███████╗
--████╗ ████║██╔══██╗██║████╗ ██║ ██║ ██╔═══██╗██╔════╝██╔══██╗╚══██╔══╝██║██╔═══██╗████╗ ██║██╔════╝
--██╔████╔██║███████║██║██╔██╗ ██║ ██║ ██║ ██║██║ ███████║ ██║ ██║██║ ██║██╔██╗ ██║███████╗
--██║╚██╔╝██║██╔══██║██║██║╚██╗██║ ██║ ██║ ██║██║ ██╔══██║ ██║ ██║██║ ██║██║╚██╗██║╚════██║
--██║ ╚═╝ ██║██║ ██║██║██║ ╚████║ ███████╗╚██████╔╝╚██████╗██║ ██║ ██║ ██║╚██████╔╝██║ ╚████║███████║
--╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝
--These are all existing ATM props
Config.ATMModels = {
"prop_atm_01",
"prop_atm_02",
"prop_atm_03",
"prop_fleeca_atm"
}
--██████╗ ██╗ ██╗██████╗ ███████╗ █████╗ ███╗ ██╗██████╗ ██████╗ █████╗ ██╗ ██╗ ███████╗██╗ ██████╗ ███╗ ██╗
--██╔══██╗██║ ██║██╔══██╗██╔════╝ ██╔══██╗████╗ ██║██╔══██╗ ██╔════╝██╔══██╗██║ ██║ ██╔════╝██║██╔════╝ ████╗ ██║
--██████╔╝██║ ██║██████╔╝███████╗ ███████║██╔██╗ ██║██║ ██║ ██║ ███████║██║ ██║ ███████╗██║██║ ███╗██╔██╗ ██║
--██╔══██╗██║ ██║██╔═══╝ ╚════██║ ██╔══██║██║╚██╗██║██║ ██║ ██║ ██╔══██║██║ ██║ ╚════██║██║██║ ██║██║╚██╗██║
--██████╔╝███████╗██║██║ ███████║ ██║ ██║██║ ╚████║██████╔╝ ╚██████╗██║ ██║███████╗███████╗███████║██║╚██████╔╝██║ ╚████║
--╚═════╝ ╚══════╝╚═╝╚═╝ ╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═══╝
Config.Dispatch = {
Enable = true, --Do you want to activate the police alert system (dispatch)? Is not, put false
ChanceToAlertPolice = 100, -- Chance to alert police (1-100%)
Type = 'standalone', --[ 'standalone' / 'cd_dispatch' / 'linden_alerts' / 'qb_defaultalert']
BlipSprite = 161,
BlipColor = 1,
BlipScale = 2.0,
}
Last updated
Was this helpful?