adding new scripts

This commit is contained in:
2025-06-06 16:57:29 -07:00
parent 1dc75c669f
commit e7c27fceda
80 changed files with 4529 additions and 12 deletions
@@ -0,0 +1,5 @@
return {
shotsFired = {'^110-13', 'Shots fired on %s'},
panicAlert = {'^110-99', '%s | A panic button has been pressed!'},
_911Alert = {'^1911', 'Caller: %s | Location: %s | Information: %s'}
}