Disable NPC

If you don't want NPC on your Del Perro Pier

You can use this code to enable the NPCs on the DelPerroPier Map. Just paste this to any script and restart the script (for example paste in qb-busjob/client)

CreateThread(function()
    while (true) do
        -- X, Y, Z, Raduis
        ClearAreaOfPeds(-1830.16, -1217.20, 13.019, 150.0, 1)
        Wait(0)
    end
end)
  • The distance is set-up to 150.0 which you can change (I advise you to leave it like this)

Last updated