Manually set ESX shared object

On ESX, it may happen for many reason that you encounter the following error error (in F8 console or in server console)

This usually happens because the script cannot find the ESX shared object of your es_extended script automatically

To solve the issue, you have to find the shared object name of your es_extended script in the file es_extended/client/common.lua

This is an example of what you can find (you may have something else)

After you found your ESX shared object name, you can manually set it in the files integrations/sv_integrations.lua and integrations/cl_integrations.lua, replacing the nil with the name of your shared object (between double quotes)

Do not replace the left side, only replace the right side

An example:

Last updated