❓Frequent Questions
¿Why the alert is not being triggered with my robbery script?
If the alert is not running when a theft is executed, it is very possible that it is because you do not have the export/event added within that script, here is the list of exports to be able to add alerts.
¿Why I can't see buttons to add data in the criminal code?
In qbcore you can define which ranks are bosses, if you do not have a rank that is considered a boss you will not be able to see the criminal code buttons.
Here we show an example where rank 4 is considered a boss and therefore will be able to see the buttons to add criminal code.
qb-core/shared/jobs.lua
¿How to change department/jurisdiction of a job?
By default all ranges will have LSPD
as department, you can change it by adding a field type in each range.
Example making rank 0, 1, 2, 3 be from department LSSD
and rank 4 be from department BCSO
Last updated