Configuration Files
1. Adjust config.lua to your server core
Config.Core = "ESX"
Config.CoreExport = function()
return exports['es_extended']:getSharedObject()
endConfig.PlayerLoaded = "esx:playerLoaded"Config.PlayerLogoutServer = "esx:playerDropped"Config.Core = "QB-Core"
Config.CoreExport = function()
return exports['qb-core']:GetCoreObject()
endConfig.PlayerLoaded = "QBCore:Client:OnPlayerLoaded"Config.PlayerLogoutServer = "QBCore:Server:OnPlayerUnload"2. Adjust config.lua to server preferences
Config.CommandName = 'reports'
Config.KeyBind = nil
Config.KeyDescription = nilConfig.DatabaseChatSaving = 10 * 60 * 1000Config.DeleteReportOnClose = falseConfig.SaveBySelfOwnTicketToHistory = falseConfig.ReportsHistoryTimeLimit = 432000 -- 432000 = 5 daysLast updated