Setup
This is a detailed setup guide for Multi Job Selection System. If you have any questions before making a purchase, you can contact us on Discord
Last updated
This is a detailed setup guide for Multi Job Selection System. If you have any questions before making a purchase, you can contact us on Discord
Last updated
This Script Works Only in ESX and QB
The script includes an automatic SQL installer, but manual installation is also possible by turning off CodeStudio.AutoSQL in the config and installing the SQL query
UI can be accessed via command, key, or by selecting ped by target
The script has admin commands for job assignment/removal from the player
You can set the maximum number of jobs that a player can save using CodeStudio.MaxJobs
Auto job saving can be enabled with CodeStudio.AllowAutoJobSaving for automatic registration of jobs in the multi-job menu when the player receives a job
If you are using QB, you can enable the on/off duty feature using CodeStudio.EnableDuty
You can add non-removable default jobs to the multi-job menu that players cannot delete This is a template example of how to add default jobs
Event to Remove Job from Multi Job Menu [ identifier = player citizenid if QB and steam if ESX, job = job to be removed ]
Event to AddJob to Multi Job Menu
[ identifier = player citizenid if QB and steam if ESX, job = job to be removed, grade = job grade or rank ]
Event to Update Job Rank in Multi Job Menu
[ identifier = player citizenid if QB and steam if ESX, job = job to be removed, grade = job grade or rank ]
Event to Automatically Check a Player's Job and Add or Update It Automatically