es_extended dependency

Could not find dependency es_extended for resource essentialmode.
^3Couldn’t start resource essentialmode.^7
Could not find dependency es_extended for resource mysql-async.
^3Couldn’t start resource mysql-async.^7
Could not find dependency es_extended for resource esplugin_mysql.
^3Couldn’t start resource esplugin_mysql.^7
Could not find dependency es_extended for resource essentialmode.
Could not start dependency essentialmode for resource es_admin2.
^3Couldn’t start resource es_admin2.^7
Could not find dependency es_extended for resource async.
^3Couldn’t start resource async.^7
Could not find dependency es_extended for resource esx_menu_default.
^3Couldn’t start resource esx_menu_default.^7
Could not find dependency es_extended for resource esx_menu_list.
^3Couldn’t start resource esx_menu_list.^7
Could not find dependency es_extended for resource esx_menu_dialog.
^3Couldn’t start resource esx_menu_dialog.^7
Could not find dependency es_extended for resource esx_addonaccount.
^3Couldn’t start resource esx_addonaccount.^7

you probably don’t want to change these!

only change them if you’re using a server with multiple network interfaces

endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”

set mysql_connection_string “server=127.0.0.1;database=essentialmode;userid=root;password=”
set es_enableCustomData 1

start chat
start spawnmanager
start sessionmanager
start hardcap
start ■■■■■■■
start scoreboard
start playernames
sv_scriptHookAllowed 0

##Es##
start essentialmode
start mysql-async
start esplugin_mysql
start es_admin2
start async

##ESX##

start esx_menu_default
start esx_menu_list
start esx_menu_dialog
start esx_addonaccount

change this

rcon_password changeme

sv_hostname “ElIvanMeLaComeDobla”

nested configs!

#exec server_internal.cfg

loading a server icon (96x96 PNG file)

#load_server_icon myLogo.png

convars for use from script

set temp_convar “hey world!”

disable announcing? clear out the master by uncommenting this

#sv_master1 "

want to only allow players authenticated with a third-party provider like Steam?

#sv_authMaxVariance 1
#sv_authMinTrust 5

add system admins

add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don’t allow quit
add_principal identifier.steam:110000112345678 group.admin # add the admin to the group

#add essential mode
add_ace resource.essentialmode command.sets allow
add_ace resource.essentialmode command.add_principal allow
add_ace resource.essentialmode command.add_ace allow

remove the # to hide player endpoints in external log output

#sv_endpointprivacy true

server slots limit (must be between 1 and 31)

sv_maxclients 32

Seems like you need to download es_extended: https://github.com/esx-framework/es_extended

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.