[V] IdolNinja
Volition Staff
Well, since my modded police notoriety is different then the original one I would say that they start shooting out of their squad cars from level level 4.
This is my view on the notoriety level:
Level 1 cops try to take you out with melee and tasers
Level 2 cops actively start to hunt you and use deadly force (pistols and shotguns)
Level 3 SWAT arrives
And once the player reaches level 4 every unit is send after the player and officers are allowed to use 'all necessary force to take the suspect down' which offcoarse includes shooting while driving.
At level 5 the SNG arrives offcoarse, since reaching this level means that the SPD can't seem to bring the player down.
In the script I uploaded look for the following two lines and change the 3.0 to 4.0 for both of them:
Code:
if POLICE_SHOOT_FROM_VEHICLES and not mission_is_active() and SANDBOX_COP_NOTORIETY_CHECK >= 3.0 then
elseif POLICE_SHOOT_FROM_VEHICLES and not mission_is_active() and SANDBOX_COP_NOTORIETY_CHECK < 3.0 then