I have a quick question, would anyone happen to know what in the world this means? What do I put in place of getsharedobject in es_extended/imports.lua #1? because I keep getting this error for way more than one script, all because es_extended/imports.lua #1 says getsharedobject and not anything else. If you can please help message me or reply to post thanks to anyone that can help
Those resources need to start after the framework resource “es_extended”. If you do not have es_extended you need to adjust those resources to not require es_extended.
I do have es_extended so maybe ill try starting below it, if not do you think I should try to adjust those resources to or take out the fact that it says getsharedobject? just trying to find a solution. I’m getting many that say that, but I do have es_extended thanks bro
Those resources, if requesting the ESX object, probably use the ESX object. You can remove all the calls to exports and use the original cb method from esx to get the ESX object. TriggerEvent(‘esx:getSharedObject’, function(cb) cb(ESX) end), but that will require like a lot more work than just adjusting your start order.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.