The police siren sound gets annoying quickly so I made a really tiny mod that will disable it when you crash the car. The light bar will still work and you can re-enable the siren normally. I hope future game updates won't break this mod but I can't guarantee it.
Thats cool, maybe the devs will do something similar in the future. kinda been wating something like this for awhile lol.
I may be wrong, but it seems it can be done in 1 line Code: return {onBeamBroke = function() if electrics.values.lightbar == 2 then electrics.set_lightbar_signal(1) end end}