Config

This is the main configuration file. (sh_config.lua)

Config = {}

Config.UIImageSource = "ox_inventory/web/images" --Path of your inventory item images, examples:
    --QBCore: qb-inventory/html/images
    --Ox: ox_inventory/web/images

Config.GangIntegration = true--Use peuren_gangs features in peuren_drugs

Config.PoliceJobs = {---Police job names
    'police',
    'sheriff',
}

Last updated