Getting stuck on loading screen and error with my esx_status, does anyone know what I’ve done wrong?
I looked up the actual ESX script, and something is definitely not right in your script.
The github repo is completely different, not sure if you are using an old version or something, but it seems like this event was tweaked a year ago and then again in November which actually fixes your issue that you are having here, so if you don’t have a strong reason to stay on this version, I would suggest you download ESX_status from the github repo and use the newer version.
I installed new version ESX_status and error was gone.
But i still stuck
I don’t think the 1st screenshot is the issue, because it isn’t saying anything about your resources.
The 2nd screenshot just shows that the resource called Marker
encountered a problem, and the thisscript.lua
wasn’t started. If your scripts don’t rely on this file, I would disregard it in this case, but obviously something you need to look at in a later date, because that script is there for a reason, right?
Look for an error that shows issues with your resources, like the screenshot on the original problem, where it said @esx_status/server/main.lua:70: attempt to index a nil value (local 'xPlayer')
. This was a clear problem with your esx_status
resource.
EDIT: Also, does the console give any errors after starting up the server? (except that Marker resource)
Solved it. I create a new server all new resource all new everything and it work.
Thank you very much.
You guy are cool.