Configuration
Locale & bridges
cfg.locale = 'en' -- locales/<locale>.json
cfg.bridge = {
framework = 'auto', -- 'auto' | 'qb' | 'esx'
target = 'auto', -- 'auto' | 'ox_target' | 'qb-target' | false
minigame = 'ox_lib', -- key-copy skill check; false = no check
notification = 'ox_lib',
textUI = 'ox_lib',
vehiclelock = 'auto', -- gives the player keys to the job vehicle
dispatch = false, -- police alerts; see bridge/dispatch/ for adapters
}Police & black money
cfg.police = {
requiredCount = 0, -- minimum on-duty police to start a job; 0 disables
jobs = { 'police', 'sasp', 'bcso', 'sheriff' },
countMethod = 'fast', -- 'fast' = event-cached; 'scan' = iterate players
}
cfg.blackMoney = {
type = 'item', -- 'item' | 'account' | 'markedbills'
item = 'black_money',
account = 'black_money',
metadataKey = 'worth', -- 'markedbills': metadata key holding a bill's value
}