😇
vESX Framework
  • 👋Welcome to vESX
  • Use Cases
    • ðŸ–ĨïļInstallation
    • 👅Inventory
    • ⁉ïļFrequently Asked Questions
  • Converting Scripts
  • Dispatch
    • ðŸĪŠCreate new dispatch
Powered by GitBook
On this page
  • 1. Question: My server has all kinds of errors about OX_LIB, how can i fix this?
  • 2. I added scripts, and my console spams something about getSharedObject no longer exists?
  1. Use Cases

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.

PreviousInventoryNextConverting Scripts

Last updated 1 year ago

1. Question: My server has all kinds of errors about OX_LIB, how can i fix this?

2. I added scripts, and my console spams something about getSharedObject no longer exists?

  1. 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

Please update your ox_lib via the following website:

⁉ïļ
https://github.com/overextended/ox_lib/releases/tag/v3.8.1
Garages with landing restrictions.