Great mode, but please you really need to work on making tutorials on how to set everything up. Most players (me included) see that you need to add es_admin to the list but you never ever tell us that you actually need to copy the es_admin folder to the ressources… Then people ask questions that it doesn’t work.
You also don’t mention that you need to change the gamemode of the map.
Is it possible to post all the steps needed to get this running in plain english please ?
You just have to run the sql. It looks like you already did that. So you don’t need to delete anything.
I managed to get the database running too, but when I run the server nothing special happens. I can join the server from the client and everything but no user is registered… I guess I miss something.
nothing happens in the db.
We can run and drive around like if the mode wasn’t there… I didn’t added the es_admin yet.
I will try later today again. Do I need to run something when the player joins the game ?
in the map your running change fivem = true to the name of the gamemode. example_gamemode = true. it will be in the __resource.lua file of the map your running. make sure you have essentialmode above es_admin (if your using it) and the name of the gamemode in the autostart resources. So make sure to add example_gamemode to the auto start resources too.
i use the name of the gamemode. just copy and paste example_gamemode in place of fivem and make sure you add the gamemode name to the autostart resources along with the map name. (the map name should of been there by default)
permissions are setup with es_admin. there are no commands that come with this but /info. all other commands must be added via resources or scripting it yourself. if your using es_admin 1=kick perms and 4=ban perms. so after you join the server you should be in the db. set your perm level to 4. This will allow you to use the es_admin commands, such as kick, ban and others. there are no ingame features with this, its a blank slate to build a gamemode upon.