Add files via upload

This commit is contained in:
Andyyy7666
2021-12-26 21:08:52 +01:00
committed by GitHub
parent 707b9b51f3
commit 80ac517fb9
3 changed files with 118 additions and 0 deletions

15
ND_ShotSpotter/config.lua Normal file
View File

@@ -0,0 +1,15 @@
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
config = {
shotSpotterDelay = 5, -- delay (in seconds) when cops will receive a notification after there has been a shooting.
shotSpotterTimer = 25, -- How long should the shot spotter stay on the map.
shotSpotterCooldown = 10, -- Cooldown for the next time a player can trigger it again.
shotSpotterUsePostal = false, -- if you're using the nearest postal script turn this to true.
-- This is the departments that will receive the shot spotter.
LEODepartments = {
"SAHP",
"LSPD",
"BCSO"
}
}