Remove AI Police

Is it possible to remove all Emergency Service AI and disable the Police from responding to things such as shooting?

This is the script I use and it works perfectly.

1 Like

Is it possible to completely remove AI Police cars and Police peds from the game as well?

Yes, I use this script to disable them, just type the spawn codes into the lua files. I would suggest turning off the client side message though or it spams chat.

Why not use the native way of removing police?

            local ped = GetPlayerPed(-1)
            local pos = GetEntityCoords(ped, false)
            local id = PlayerId()

            SetPlayerWantedLevel(id, 0, false)
            SetPlayerWantedLevelNow(id, false)
            ClearAreaOfCops(pos, 400.0)

EDIT: Just put that into a Citizen.CreateThread(function()

1 Like

Or if u have simpe native tanner in your server, go into options and go down to cops ignore player click it and your good