mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 14:26:03 +01:00
Add files via upload
This commit is contained in:
15
ND_ShotSpotter/config.lua
Normal file
15
ND_ShotSpotter/config.lua
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user