Adjusting the script to your server core
Config.Core = "ESX" Config.CoreExport = function() return exports['es_extended']:getSharedObject() end
Config.Core = "QB-Core" Config.CoreExport = function() return exports['qb-core']:GetCoreObject() end
Last updated 10 months ago