⁉️Frequently Asked Questions
All FAQ's are hopefully being answered on this page, all these questions and answers are in English, if you need text in your own native language please consider copying this text in any translator.

1. Question: My server has all kinds of errors about OX_LIB, how can i fix this?
Please update your ox_lib via the following website: https://github.com/overextended/ox_lib/releases/tag/v3.8.1
2. I added scripts, and my console spams something about getSharedObject no longer exists?
This is correct, we work via the new Legacy protocol: Add:
shared_scripts { '@es_extended/imports.lua' }
Into your scripts manifest and remove the following out of the client and server side lua:while ESX == nil do TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end) ....... end
Last updated