Welcome on Poseidon Leaks

Register Now !!!

[GUIDE] Fix ERROR esx:getSharedObject

Russik

Founder
Staff member
Founder
LV
3
 
Awards
5
You need to search through all of your scriptfiles and replace:
Code:
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)


with


Code:
ESX = exports["es_extended"]:getSharedObject()

but pay attention, its not always the same... in this case ESX has to be the same varname
 
Top