layout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Please note that Society Purchase is not available if you do not own our Garages!
{% hint style="danger" %} Gang configuration is not available for ESX {% endhint %}
- showroomJobWhitelist = restrict specific jobs to open a dealership
- showroomGangWhitelist = restrict specific gangs to open a dealership
- societyPurchaseJobWhitelist = use job society funds to purchase
- societyPurchaseGangWhitelist = use gang society funds to purchase
To setup job or gang restriced dealerships & society purchases please follow the template below
-- Config.DealershipLocations you can find these config options
-- From this configuration
--showroomJobWhitelist = {},
--showroomGangWhitelist = {},
--societyPurchaseJobWhitelist = {},
--societyPurchaseGangWhitelist = {},
-- To this
showroomJobWhitelist = { -- job name and rank
-- jobname = {ranknumbers}
police = {0, 1, 2, 3, 4},
},
showroomGangWhitelist = {
-- gangname = {ranknumbers}
thelostmc = {0, 1, 2, 3, 4},
},
societyPurchaseJobWhitelist = {
-- jobname = {ranknumbers}
police = {0, 1, 2, 3, 4},
},
societyPurchaseGangWhitelist = {
-- gangname = {ranknumbers}
thelostmc = {0, 1, 2, 3, 4},
},