Need help with esx_policejob cant assign job

Hello I just followed this tutorial How to Setup esx_policejob for FiveM - YouTube on setting up the police job inside of my Fivem server. I did everything exactly how the guy said. But when I tried giving myself the job in game I couldn’t. If any of you guys could be amazing.

esx_policejob requires many resources for it to work make sure you start them before you start a police job but those also have dependencies with them. I would suggest using zap-esx which has every essential esx resource and some extras that you need and it includes esx_policejob which is what you need. This is what I used when making my esx server at the beginning.

zap-esx: GitHub - zap-fivem/esx

You can just drag the esx_full.sql for your database which is included in the folder

The start order can be found below (I’m not 100% sure this is the start order I used so take it with a grain of salt):

start async
start essentialmode
start mysql-async
start esplugin_mysql
start es_admin2
start es_extended
start instance
start cron
start skinchanger
start es_camera

start esx_menu_default
start esx_menu list
start esx_menu_dialog
start esx_voice
start esx_rpchat
start esx_atm
start esx_garage
start esx_addoninventory
start esx_animations
start esx_addonaccount
start esx_skin
start esx_datastore
start esx_vehicleshop
start esx_society
start esx_status
start esx_policejob
start esx_billing
start esx_service
start esx_weaponshop
start esx_taxijob
start esx_sit
start esx_shops
start esx_property
start esx_phone
start esx_optionalneeds
start esx_mechanicjob
start esx_lscustom
start esx_joblisting
start esx_identity
start esx_holdup
start esx_drugs
start esx_cruisecontrol
start esx_clotheshop
start esx_boat
start esx_basicneeds
start esx_barbershop
start esx_bankerjob
start esx_ambulancejob
start esx_accessories
start esx_jobs
start esx_license
start esx_dmvschool

I have tried using your file but still can’t assign any job in the job center or using commands.

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