Well, I started to create fivem servers last week and I’m having some issues loading es_extended.
Firstable it appeared an error which was "Could not find dependency cron for resource es_extended, I searched this error and I found a guy that was saying to download that file, and doing would fix the issue, and it actually worked. After that I tried to start the server again and for my unhappiness I couldn’t load es_extended again… The problem seems to be similar to the other one which is “Could not find dependency skinchanger for resource es_extended”, I searched for it again but I couldn’t solve it.
I will leave my server.cfg here
`# These resources will start by default.
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure ■■■■■■■
ensure scoreboard
ensure welcoming
ensure help
ensure npc_control
ensure loadingscreen
#DATABASE
set mysql_connection_string “server=127.0.0.1;database=essentialmode;userid=root;password=”
set es_enableCustomData 1
#OTHER RESOURCES
ensure welcoming
ensure help
ensure npc_control
ensure loadingscreen
#ESX
start mysql-async
start essentialmode
start cron
start es_admin
start esplugin_mysql
start async
start fxmigrant
start es_extended`
I would appreciate if somebody could help! Thank you!