ESX Instance
How to use ESX instance with rcore
Client side
rcore = exports.rcore
rcore:getEsxInstance(function(obj)
ESX = obj
end)Server side
rcore = exports.rcore
rcore:getEsxServerInstance(function(esx)
ESX = esx
end)Last updated
Was this helpful?