Hi, I´m quite new to all this ESX Stuff but through google, youtube I managed to create an ESX server, everything seems to run properly and without errors (On console).
The issue I´m having ( I believe I´m having because plenty of ppl say they can access a menu by pressing F2) I can´t access this F" menu, everytime I press F2 nothing appears, no errors on console.
I have all lastest versions installed, Artifacts, Server Data and from the above Scripts, here is my Server.cfg file:
# you probably don't want to change these!
# only change them if you're using a server with multiple network interfaces
endpoint_add_tcp "xxxxxxx"
endpoint_add_udp "xxxxxxx"
set mysql_connection_string "server=localhost;database=xxxxxxx;userid=xxxxxxx;password=xxxxxxx"
set es_enableCustomData 1
# license key for server (https://keymaster.fivem.net)
sv_licenseKey xxxxxxx
sv_scriptHookAllowed 1
##### FIVEM DEFAULT #####
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames
##### MYSQL ASYNC #####
start mysql-async
start async
##### ESSENTIALMODE #####
add_ace resource.essentialmode command.sets allow
add_ace resource.essentialmode command.add_principal allow
add_ace resource.essentialmode command.add_ace allow
##### ESSENTIAL MODS #####
start essentialmode
start esplugin_mysql
start es_admin2
start es_extended
start es_ui
##### ESX REQUIRED MODS #####
start esx_menu_default
start esx_menu_list
start esx_menu_dialog
start instance
start cron
start skinchanger
start esx_skin
start esx_phone
start esx_addonaccount
start esx_addoninventory
start esx_datastore
start esx_society
start esx_service
start esx_billing
start esx_identity
start esx_license
start esx_vehicleshop
start pNotify
##### ESX JOBS #####
start esx_jobs
start esx_joblisting
start esx_taxijob
start esx_mecanojob
start esx_policejob
start esx_property
start esx_realestateagentjob
start esx_bankerjob
start esx_ambulancejob
##### ESX ANY OTHER MODS #####
start esx_animations
start esx_status
start esx_basicneeds
start esx_ladderhud
start esx_lscustom
start esx_clotheshop
start esx_drp_garage
start esx_holdup
start esx_drugs
start esx_atm
start esx_thief
start LegacyFuel
start esx_aiomenu
start esx_locksystem
# change this
rcon_password "xxxxxxx"
sv_hostname "xxxxxxx GTA V RP"
# 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
# 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
Thx in Advance.