PLEASE HELP!
My webserver is up and running and when i launch my fivem server i get the comands in the server.cmd like i should. except my webserver can no talk to my fivem server…???
my server config looks like this
Sent you a PM. You haven’t configured the interface properly.
Yup. It’s still being worked on. It’s not currently in a state that I would describe as ready for everyone to use. I do have it on the develop branch on Github. But, there’s currently no documentation or anything on how to set it up.
So. Done a lot of changes to the interface, the most notable one is that the interface no longer uses Google Maps but, it uses LeafletJS. Oh, and the ability to use GTA’s minimap files… Didn’t know that was a requirement. Now that I’ve got the interface somewhere stable, I’ll focus on the resource itself.
Sorry for the long waiting time, been a little bit busy.
I really can’t be bothered typing out a full change log so, if you’re interested here’s a link.
Now, i’m assuming this is an issue with something i’ve done to it but I have no idea what I may have done. Haven’t changed the code for the livemap as far as I remember, just got events that shouldn’t be triggering right now, but i’m getting this error spammed in the console so much. Honestly seems every tick…
InvokeNative: execution failed: Argument at index 1 was null.
Error running system event handling function for resource live_map: citizen:/scripting/lua/scheduler.lua:41: Failed to execute thread: Execution of native 000000002f7a49e6 in script host failed.
stack traceback:
[C]: in upvalue '_in'
citizen:/scripting/lua/natives_server.lua:436: in function 'TriggerClientEventInternal'
(...tail calls...)
server/blips_server.lua:95: in upvalue 'handler'
citizen:/scripting/lua/scheduler.lua:219: in function <citizen:/scripting/lua/scheduler.lua:218>
stack traceback:
[C]: in function 'error'
citizen:/scripting/lua/scheduler.lua:41: in field 'CreateThreadNow'
citizen:/scripting/lua/scheduler.lua:218: in function <citizen:/scripting/lua/scheduler.lua:182>
Edit: Seems to trigger when people Alt+F4 but also in other circumstances I can’t figure out