- 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