Configuration Files
Last updated
Adjusting the script to your server core
Config.Core = "ESX"
Config.CoreExport = function()
return exports['es_extended']:getSharedObject()
endAdjusting the script to your server core
Config.Core = "QB-Core"
Config.CoreExport = function()
return exports['qb-core']:GetCoreObject()
endLast updated