Config = {}
Config.Locale = 'en'
Config.roundMoneyPositions = 0 -- if you use another currency system then esx default. 0 means you only have number like 1, number like 2 means float values like 1.22
Config.esxExtendedName = 'es_extended' -- How you have named your es_extended mod, if you have renamed it.
Config.qbCoreExportName = 'qb-core' -- for security reasons you can customise the qb-core export name. Attention if you change it, be sure you have also change it in qbCore
Config.qbCoreInventoryExportName = 'qb-inventory' -- for security reasons you can customise the qb-core export name. Attention if you change it, be sure you have also change it in qbCore
Config.useQbCoreAddRemoveItems = false -- if you want to use Player.Functions.RemoveItem and Player.Functions.AddItem (Older QB-Core Version Versions) set this value to true. If false (recommended) the qb inventory Add and RemoveItem functions will used
Config.useQbCore = true -- if you are using ESX, change this value to false. If you are using QBCore, set value to true
Config.qbCore = { -- only important if you are using qb core framework
blackMoneyName = 'black_money' -- Be sure you have configured black money in qb core
}
Config.useOxmysql = false -- if you are using https://github.com/overextended/oxmysql
Config.esxEventNames = { -- used esx events can here renamed, if you use a anti cheat tool
setJob = 'esx:setJob',
This file has been truncated. show original