5 lines
205 B
Lua
5 lines
205 B
Lua
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'}
|
|
} |