Basic Configuration
Basic configuration options for the peuren_burglary resource
API Keys
ApiKeys = {
Enabled = true, -- Send logs to the given Discord Webhook
JobLogs = "", --Your Discord Webhook for newly created jobs
LootLogs = "", --Your Discord Webhook for acquired loot from the burglaries
}Looting minigame images
Config.UIImageSource = "ox_inventory/web/images"--Path of your inventory item images, examples:
--QBCore: qb-inventory/html/images
--Ox: ox_inventory/web/imagesDispatch
Config.Dispatch = {
enabled = true, --Send alert to police
dispatch_code = '10-90', -- Dispatch code added to the message.
message = 'Burglary in progress', -- Dispatch message.
color = 2, -- Blip Color, more info: https://docs.fivem.net/docs/game-references/blips/#blip-colors
sprite = 500, -- Blip Sprite, more info: https://docs.fivem.net/docs/game-references/blips/#blips
scale = 1.0, -- Blip Scale
time = 300, -- Blip Seconds Visible in seconds.
delay = 5, -- Dispatch delay after first interaction in seconds.
}Police Jobs
Kicking
Hacking
Lockpicking
Alarm
House Blip
Last updated