config.lua
--[[
- this script needs tgiann-core script to work, you can download the script from your keymaster account
Start tgiann-core script after es_extented/qb-core script and before tgiann-* scripts
Adjust the tgiann-core config file according to the framework you are using
]]
tgiCoreExports = exports["tgiann-core"]
config = tgiCoreExports:getConfig()
config.lang = "en"
config.tgiann_clothing = GetResourceState("tgiann-clothing") ~= "missing" -- https://tgiann.tebex.io/package/6271462
config.qb_apartments = GetResourceState('qb-apartments') ~= 'missing'
config.identifierType = "license" -- "license" - "steam" - "fivem" - "discord"
config.qbDefaultSpawn = vector3(-1035.71, -2731.87, 12.86) -- Default spawn coords if you have start apartments disabled on qb
config.test = false
config.langs = {} -- don't change
Last updated