Hi, when trying to install EssentialMode on my server i get “CitizenMP.Server | Frame Time Warning: Server Frame Took xxx msec.”
and on my client i get stuck at “intializing session”
Is this because the MySQL server i am using is too slow? (Xampp) it works fine without EssentialMode.
Edit: my server is running linux Debian 8 with Mono 4
Skim
April 23, 2017, 9:40pm
2
Hi, i don’t know about the frame time warning, i got it too.
But if you stuck at initializing session, i’m pretty sure you didn’t unlock the .dll file in the essentialemode lib folder.
Right click -> properties -> unlock.
isnt this Windows only? im running a linux server.
Skim
April 23, 2017, 9:57pm
4
What map are you using ? Try to modify _resource in your map folder and change
resource_type 'map' { gameTypes = { fivem = true } }
to
resource_type 'map' { gameTypes = { essentialmode = true } }
i have tried doing what you said earlier, doing so made my server not display any map under its name.
if i just run example_gamemode as map i get the text under the server name, but still fails to join (intializing session forever)
i tried setting example_gamemode = true in my maps __resources and running it alongside my map but this does not seem to work either.
i am really stuck here.
SOLVED :
How i solved it?
Renamed
resource_type ‘map’ { gameTypes = { essentialmode = true } }
to
resource_type ‘map’ { gameTypes = { example_gamemode = true } }
in the __resource in my map folder.
placed essentialmode at the top of my resources in citmp-server.yml
placed my map together with example_gamemode in citmp-server.yml.
now it works.
Did you get some desync before you did this ? and after ?
no, i did not.
but my server is a dedicated one on my home network, just to say
What if people can still connect to the server but I have that warning message?