Bonjour, j’ai un problème au niveau d’un menu admin.
Ma console m’affiche cette erreur: [ script:es_extended] [ERROR] Resource xAdminV2 Used the getSharedObject Event, this event no longer exists! Visit esx:getSharedObject Deprecation | ESX Documentation for how to fix!
[ script:xAdminV2] SCRIPT ERROR: @xAdminV2/server/permissions.lua:51: attempt to index a nil value (local ‘L0_1’)
It’s literally telling you that your resource is using the event “getSharedObject”, when that event is no longer available in your version of ESX.
Find that event and update it with the export ESX = exports["es_extended"]:getSharedObject()
Google Translate:
Cela vous indique littéralement que votre ressource utilise l’événement “getSharedObject”, lorsque cet événement n’est plus disponible dans votre version d’ESX.
Recherchez cet événement et mettez-le à jour avec l’export ESX = exports["es_extended"]:getSharedObject()
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.