Config

Change the framework to STANDALONE so the code will go to the standalone code logic we will add.

--** Framework **--
-- I suggest you to take a look at checks_server.lua, checks_client.lua
Config.Framework = "STANDALONE" -- STANDALONE, ESX, QB
Config.CoreName = "STANDALONE" -- STANDALONE, "es_extended", "qb-core"
-------------------

--- Change to your inventory name.
Config.Inventory = "none" -- esx [regular/ox-inventory]- qbcore [qb-inventory/ox-inventory]

-- Debug Mode --
Config.debug = false

Last updated