- All vehicles can be put by category.
- You can also rank vehicles so that only these players can use those vehicles.
- Garages and blips are job dependent.
- With this you have a shorter vehicle list.
- ✅ qb-core
- Police
- Ambulance
- Mechanic
['police1'] = { -- must be a unique name
['name'] = 'Police 1', -- Vehicle label name
['model'] = 'police', -- Vehicle spawn model name
['category'] = 'sadan', -- Vehicle category (make sure this categorie is the same as in Config.Categories)
['job'] = 'police', -- Verhicle job
['rank'] = {0,1,2,3,4}, -- allowed ranks (see resources/[qb]/qb-core/shared/jobs.lua) (grades)
},
- place the folder
mh-jobgaragemenu
inresources/[qb]
- restart your server