Config

-- _____                _       _
-- | ____|             (_)     | |
-- | |__  ___  ___ _ __ _ _ __ | |_ ___        ___ ___  _ __ ___
-- |___ \/ __|/ __| '__| | '_ \| __/ __|      / __/ _ \| '_ ` _ \
--  ___) \__ \ (__| |  | | |_) | |_\__ \  _  | (_| (_) | | | | | |
-- |____/|___/\___|_|  |_| .__/ \__|___/ (_)  \___\___/|_| |_| |_|
--                       |_|

Config = {}
Bridge = {}

--- | General Config | ---

Config.debug = true                 -- Debug mode contains more detailed logs, for debugging.
Config.framework = "esx"            -- Set the framework you are using (esx/qbcore/qbox/standalone)
Config.banking = "esx_addonaccount" -- Set the banking system you are using (esx_addonaccount/vms_bossmenu/qb-banking/standalone)
Config.notification = "ox_lib"      -- Set the notification system you are using (esx/ox_lib/qbcore/qbox/standalone)

--- | Additional Systems Configs | ---

Config.versionCheck = true -- If you set this to true, 5scripts resources will check if you are using the latest version
Config.webhooks = true     -- If you set this to true, 5scripts resources will send logs to your discord webhook | You can change webhook url in specyfic resource webhooks.lua file

Last updated