Advanced Configuration
Information about these sections
Configure dealership access and society purchases
-- 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},
},Last updated
Was this helpful?