-- << Turf Settings >>
Config.ProggressBar = 7 * 60000 -- How many minutes does it take to consept the spray? , (Defult : 7 min)
Config.RemoveProggressBar = 7 * 60000 -- How many minutes do you need to scratch the spray? , (Defult : 7 min)
Config.BlipOpacity = 85 -- the opacity of the blip (0-100)
Config.BlipRaduis = 80.0 --Blips Cricle Raduis in FiveM Mini Map
Config.OneSprayInRadius = true -- true : you cant consept 2 spray in same Raduis , False = you can consept spray anywhare
Config.ContestCount = 0 -- How many from you gang must be online to consept the spray? , (Defult : 3 )
Config.RemoveCount = 0 -- How many must be online from another gang to scratch theier spray? , (Defult : 4 )
Config.LimtSpray = 2 -- How much gang can consept sprayer in 1 Restart , (Defult : 2 )
Config.PoliceCanClean = true -- If you want to allow to officers to clean the gangs Grafifiti
Config.ShowForAll = true -- true : show for all players || false : show only for gangs members and police jobs
Config.PoliceCleanProggressBar = 3 * 60000 -- How many minutes do you need to clean the spray (for officer)? , (Defult : 3 min)
Config.PoliceJobs = { -- you can add any job (this working only if Config.ShowForAll = false )
['police'] = true,
['sheriff'] = false,
}
-- << Gangs Level Settings >> :
Config.ConseptAddLevel = 4 -- The Level that added to your gang after consept spray
Config.ScratchAddLevel = 5 -- The Level that added to your gang after scratch another gang
Config.ScratchRemoveLevel = 3 -- The Level that is deducted from your gang, after another gang scratch your gang sprayer
-- << God Father Commands >> :
Config.GodFatherCommands = true
Config.GodFatherGang = 'godfather'
Config.CommandsList = {
[1] = 'turf', -- to open Turf Ui
[2] = 'addganglevel', -- to add gang level (God father only)
[3] = 'removeganglevel', -- to remove gang level (God father only)
[4] = 'toggleturf', -- to toggle turf wars (God father only)
}
-- << Alert Blip Settings >> Notification settings for the gang whose area is under scratching
Config.WarNotify = {
['sprite'] = 161,
['color'] = 1,
['scale'] = 2.7,
['time'] = 7 * 60000,
['sound'] = true,
['msg'] = true,
}