Is there a way to remove the sirens of every cop car in the game?
I tried to use this:
053E: [email protected] = get_random_car_with_model #COPCARSF in_rectangle_cornerA [email protected] [email protected] cornerB [email protected] [email protected]
obviously I used it with all the models of any kind of patrol, but I read in a post that that opcode only catch cars that appear randomly in traffic or spawn by parked car generators, and it looks like it doesn't include patrols and cop cars.
Or maybe it didn't work because I didn't store the coords of [email protected] [email protected] [email protected] and [email protected] from the player, an actor or an object, instead of that I set those vars by:
[email protected] = -3000.0 [email protected] = -3000.0 [email protected] = 3000.0 [email protected] = 3000.0
I don't know if there's a difference between that and storing the coords
So, is there a configuration in a .dat, .ide, or any kind of file that I can change to remove the sirens of any car that has it?, or another way to turn the sirens off by a cleo script?, or is there a mod that can do that for me?