1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-29 06:20:21 +02:00
parent c844ee6915
commit 755cf22c53
2 changed files with 42 additions and 11 deletions

View file

@ -57,6 +57,24 @@ Config.Societies = { -- Which societies have bank accounts
}
-- Add this new section below the Societies section
Config.JobBossRanks = {
["police"] = {
maxRank = true, -- Automatically use the highest rank
specificRanks = {7, 8, 9} -- Or specify exact ranks that have boss access
},
["ambulance"] = {
maxRank = true,
specificRanks = {}
},
["cinema"] = {
maxRank = true, -- Will automatically detect the highest rank
specificRanks = {} -- Or you can specify ranks like {3, 4} if needed
},
-- Add other jobs as needed
}
Config.ShowBankBlips = true -- True = show bank blips on the map | false = don't show blips
Config.BankLocations = { -- To get blips and colors check this: https://wiki.gtanet.work/index.php?title=Blips