KlibrDM / esx_truckerjob

Simple trucker job for ESX with random delivery locations.
GNU General Public License v3.0
7 stars 7 forks source link

Shared Event ERROR #2

Open Geckomacabre opened 1 year ago

Geckomacabre commented 1 year ago

Could you please update this with an fxmanifest.lua to remove the shared event error?

linkgmz commented 5 months ago

Could you please update this with an fxmanifest.lua to remove the shared event error?

You just have to change "ESX = nil" to "ESX = exports["es_extended"]:getSharedObject()" in the client.lua and server.lua

linkgmz commented 5 months ago

Could you please update this with an fxmanifest.lua to remove the shared event error?

You just have to change "ESX = nil" to "ESX = exports["es_extended"]:getSharedObject()" in the client.lua and server.lua

And Delete the Trigger Event for ESX in the server.lua