Configuration File

Preview of config.lua file

Config = {}

-- esx, qbcore
Config.Framework = 'esx'

-- How often the amount of armour stored in the database will be checked 
Config.RefreshTime = 7000

-- Remove armour command
Config.RemoveCommand = 'remarmour'

-- Force vest while wearing armour
Config.UseVestModel = true

-- Vest model
Config.VestModel = 40

-- Vest texture
Config.VestColor = 3

Last updated