🚨Police alert

Police alert settings overview

Config.spotpositiontimer = 30000 -- 30000 ms = 30 sec | How long the player last position will be marked on the map
Config.policecallrate = 0.20 -- 0.60 = 60%. Rate for the script to call the police
Config.costPerLevel =  0.251152 -- Cost in bitcoins to level up police alert multiplied by skill level
Config.maxAlertLevel = 10 -- Max alert level
Config.alertlevelreduction = 0.0155 -- 0.05 = 5% Alert level reduction
Config.alertjobs = {'police', 'fbi'} -- Jobs to send alert notify and blip on maps
Config.spottedtxt = 'You have been spotted!' -- Player notify that have been spotted
Config.policenotify = 'A suspicious activity is reported at the marked location.' -- Police notify when player is spotted

Config.spotpositiontimer How long the player last position will be marked on the map (ex. 30000 ms = 30 sec). Config.policecallrate Rate for the script to call the police (ex. 0.60 = 60%). Config.costPerLevel Cost in bitcoins to level up police alert multiplied by skill level. Config.maxAlertLevel Max alert level that a player can reach by levelling it. Config.alertlevelreduction Alert level reduction (ex. 0.05 = 5%). Config.alertjobs Jobs to send alert notify and blip on maps