Config
Config
```lua
Config = {}
Config.Debug = false
Config.Locale = 'nl' -- Language
Config.Inv = 'qb-inventory/html/images/' --Path of your inventory images
Config.Command = 'werk' -- Command to initiate the zones or NIL to disable
Config.ServerNotify = function(src, message, type)
TriggerClientEvent('QBCore:Notify', src, message, type or 'info')
end
Config.ClientNotify = function(message, type)
TriggerEvent('QBCore:Notify', message, type or 'info')
end
Config.offset = {} -- DONT EDIT
Config.scenarioObjects = { -- List of scenario objects that will be deleted after a scenario
`p_amb_coffeecup_01`,
`p_amb_joint_01`,
`p_cs_ciggy_01`,
`p_cs_ciggy_01b_s`,
`p_cs_clipboard`,
`p_cs_joint_01`,
`p_cs_joint_02`,
`prop_acc_guitar_01`,
`prop_amb_ciggy_01`,
`prop_amb_phone`,
`prop_beggers_sign_01`,
`prop_beggers_sign_02`,
`prop_beggers_sign_03`,
`prop_beggers_sign_04`,
`prop_bongos_01`,
`prop_cigar_01`,
`prop_cigar_02`,
`prop_cigar_03`,
`prop_cs_beer_bot_40oz_02`,
`prop_cs_paper_cup`,
`prop_cs_trowel`,
`prop_fib_clipboard`,
`prop_fish_slice_01`,
`prop_fishing_rod_01`,
`prop_fishing_rod_02`,
`prop_notepad_02`,
`prop_parking_wand_01`,
`prop_rag_01`,
`prop_scn_police_torch`,
`prop_sh_cigar_01`,
`prop_sh_joint_01`,
`prop_tool_broom`,
`prop_tool_hammer`,
`prop_tool_jackham`,
`prop_tennis_rack_01`,
`prop_weld_torch`,
`w_me_gclub`
}
```
Last updated