[HELP][ESX] Character create problem

I haven’t experienced any issues with new_banking. The release post states some ppl have had the same problem as you, but no fix has been stated. About the error, what is your load order? Make sure you load any dependencies before the scripts that require them.

load order, my english is kinda bad and doesn’t really know “hard words”

In what order are you starting your resources? For example esx_properties requires cron and other resources. These are called dependencies. You need to start all dependencies before any script that requires them.
Example:
Start cron
Start esx_properties

You really have to do that? Like having it in a order? You don’t think it’s possible for us to take it to discord for better explaination ? my discord name ( R1gged#8916 )

Yes they have to be loaded in proper order. The documentation states this. If your calling a function from a script that is loaded after the script calling the function it won’t reach it’s destination. For example loading esx_phone and esx_police in the wrong order the police won’t receive any calls from the person making the calls. It’s all in the installation instructions.

Where can i find this guide for the correct way on how to load everything? Btw can we maybe do it on discord?

Screenshot_20180113-191120

Screenshot_20180113-191154

Each resource has a readme file. In said file it tells you the requirements aka dependencies. Just load whats required before the script.

Okey, Thank you for taking your time to help me out but I don’t really have a clue what to do to solve these things so I’ll call in an refund instead. Thanks.

Dude it’s real simple. 1 comes before 2 right? 1 is the dependency and 2 is the script that requires it. Load 1 before 2.

I know bro but it’s still kinda hard for me. Don’t really know how to find out what 1 is before 2.

The requirement is 1 the script is 2. For example in the picture above. The esx_addonaccount is 1. Start it before the jobs which is number 2. I’m at work right now but when I get home I’ll post my config with my esx load order. Most vps/GSP dont offer refunds. So you might as well try. But why did you jump straight to hosting without setting up and testing on a local Host? My server isn’t complete and I’m still testing on my localhost.

IDK if this will help, but here is what my ESX load order looks like in my server cfg

###################### Disable Couchdb from essentialmode
set es_enableCustomData 1

###################### Mysql/Base
start mysql-async

###################### Base
start essentialmode
start es_admin2
start esplugin_mysql
start es_extended
start cron
start instance

###################### Base-Scripts
start esx_menu_default
start esx_menu_list
start esx_menu_dialog
start esx_addonaccount
start esx_addoninventory
start esx_animations
start esx_boilerplate
start esx_datastore
start esx_billing
start esx_society
start esx_service
start esx_phone
start esx_identity
start esx_license
start esx_dmvschool
start esx_insurance
start esx_fuel
start new_banking
start esx_skinchanger
start esx_skin
start esx_property
start esx_garage
start esx_eden_garage
start esx_map
start esx_aiomenu
#start esx_rpchat
#start esx_sit
start car_playerhud

###################### Illegals
start esx_moneywash
start esx_drugs
start esx_holdup

###################### Needs

start esx_status

start esx_basicneeds
start esx_optionalneeds

###################### Shops
#start esx_accessories
start esx_barbershop
start esx_clotheshop
start esx_coffee
start esx_lscustom
start esx_shops
start esx_tattooshop
start esx_vehicleshop
start esx_weashops
#start veh_shop
start esx_mask

###################### Jobs
start esx_jobs
start esx_joblisting
start esx_ambulancejob
start esx_bankerjob
start esx_garbagejob
start esx_mecanojob
start esx_policejob
start esx_taxijob
start esx_truckerjob
start esx_washjob

start esx_mayorjob

start esx_realestateagentjob
#start delivery

Thanks for sharing my friend! Will try it out and go through my files too see if i have the same scripts!

I find that it helps me to seperate everything into categories so I know where to look for certain things

True man true. This is my config. Can someone please tell me if there’s something wrong?

Starting server basics

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames
start vk_handsup
start fingerpoint
start speedometer
start carmods
start loadingscreen
start wk_vehdamage
start simpledrift
start PvP
start pNotify
start NoReticle
start LockSystem
start InteractSound
start idoverhead
start cv_control
start CoordsSaver
start coordsaver
start bob74_ipl
start es_weashop
start crouch
start disclaimer

Starting Essentialmode

start mysql-async
start essentialmode
start esplugin_mysql
start es_admin2
start es_bank
start es_fishingv2

start async
start es_extended

start esx_menu_default
start esx_menu_list
start esx_menu_dialog

ESX MENU

start cron
start es_bank
start es_camera
start es_holdup
start esx_accessories
start esx_addonaccount
start esx_addoninventory
start esx_AdvancedFuel
start esx_ambulancejob
start esx_animations
start esx_bankerjob
start esx_barbershop
start esx_basicneeds
start esx_billing
start esx_boilerplate
start esx_carwash
start esx_cinema
start esx_clotheshop
start esx_datastore
start esx_dmvschool
start esx_drugs
start esx_eden_garage
start esx_gps
start esx_holdup
start esx_identity
start esx_joblisting
start esx_jobs
start esx_license
start esx_lscustom
start esx_mafiajob
start esx_mask
start esx_mecanojob
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_optionalneeds
start esx_organ
start esx_phone
start esx_policejob
start esx_property
start esx_realestateagentjob
start esx_rpchat
start esx_service
start esx_shops
start esx_sit
start esx_skin
start esx_slotmachine
start esx_society
start esx_status
start esx_tattooShops
start esx_taxijob
start esx_unicornjob
start esx_vehicleshop
start esx_voice
start esx_weashops
start instance
start skinchanger
start esx_jailer
start new_banking-master

well right off the bat, why are you running 2 weapons shops, both es_weap and esx_weap
you also seem to be running 2 coordsaver
you are also running es_bank twice as well as running new_banking
and why are you running skinchanger? its built into esx

1 Like

As well as you’re starting the esx_menus twice.your also starting es_bank twice. Why? Instance needs to be started before the properties.

1 Like

and hes also starting new_banking on top of that… thats a huge conflict

Yeah there’s no need to start a resource twice. I have never seen that before.

1 Like