[RELEASE] Disable ALL Emergency Service and Military Dispatching

These scripts only stop the dispatching of police and whatnot. If you do not want any police to spawn in the world you also have to disable the scenarios for them using

SetScenarioTypeEnabled(scenario_name, false)

Here are the scenario’s I’m aware of that spawn police, you can put these into a table and then iterate through that table calling the above native where scenario_name is the below strings.

            "WORLD_HUMAN_COP_IDLES",
            "WORLD_VEHICLE_POLICE_BIKE",
            "WORLD_VEHICLE_POLICE_CAR",
            "WORLD_VEHICLE_POLICE_NEXT_TO_CAR",
            "CODE_HUMAN_POLICE_CROWD_CONTROL",
            "CODE_HUMAN_POLICE_INVESTIGATE",
2 Likes