When Updating to newer ESX versions they removed the CB for getSharedObject. This was to utilize the much faster export, but with that many people have scripts that are locked and impossible for you to update to the export! Below will be a few Steps to follow to help you get updated to newest ESX while still using your older scripts!
There will be two files that we will need to edit! 1. client/common.lua
server/common.lua
In both of these files you will find this snippet of code:
As is these will just print that the getSharedObject event has been depricated and to use the new export! These two snippets we will change by pasting the bellow snippet inside both events! Examples below:
Final product for both Events should look like:
Little Video to help SEE what you need to do better!!