How to change animations
How to change animations
This is a list of usable animations
- Bigger text is the animation dictionary
- Smaller text is the animation name
Not all animations in the lists work.
How to lock jobs vehicles
How to lock jobs vehicles
To lock vehicles you have 2 possibilities:
- Use the events and exports from the script documentation to integrate your own car lock script
- Use jaksam’s Vehicles Keys, which has Jobs Creator integration included
How does Jobs Creator handle salaries/wages?
How does Jobs Creator handle salaries/wages?
Jobs Creator doesn’t handle salaries, this is because the framework script does it:
- For ESX,
es_extendedandesx_societyscripts handle the salaries - For QBCore,
qb-corehandles the salaries
How to fix "Couldnt create marker" error
How to fix "Couldnt create marker" error
This issue is caused by something wrong in the
job_data table of the database.Possible solutions:- Delete the
job_datatable from the database and restart the script/server - If the
idcolumn of thejob_datatable doesn’t have AUTO INCREMENT as default value, set that column’s default value to AUTO INCREMENT
Why outfits features don't work?
Why outfits features don't work?
If the outfits features don’t work, it’s because you don’t have the required dependencies:
- On ESX, you must have the
esx_skinandskinchangerscripts installed - On QBCore, you must have the
qb-clothingscript installed
Weapon upgrader doesn't work
Weapon upgrader doesn't work
In case the weapon upgrader marker doesn’t work, these are 2 possible reasons:
- You are using an addon weapon, but haven’t configured it properly in the
es_extendedscript - Your inventory edits the standard behavior of ESX/QBCore, so in this case you must use your own inventory instead of Jobs Creator for weapon components and tints
Edit vehicle labels in garages
Edit vehicle labels in garages
Jobs Creator retrieves vehicle labels through FiveM natives, so to have custom labels, you’ll have to configure them in your addon vehicle script.There are multiple guides on the FiveM forums on how to configure addon vehicle display names.
QBCore doesn't recognize Jobs Creator jobs
QBCore doesn't recognize Jobs Creator jobs
Usually you are not required to add any code. Despite this, a different script start order may cause other scripts to not recognize Jobs Creator jobs on QBCore.How can I fix this?The solution is very easy: add the following event client side and server side in the script that is not recognizing the Jobs Creator jobs.
