-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
42 lines (37 loc) · 1.11 KB
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Config = {}
-- Notification messages
Config.Notifications = {
CallSent = "Notruf abgesendet.",
CallAccepted = {
police = "Police is on their way.",
metro = "Police is on their way.",
ambulance = "EMS is on their way.",
dhs = "HS is on their way",
coiu = "Units are on their way."
},
CallRejected = "All unites are tied elsewhere.",
CallPassed = "Call tranfered to other departments.",
CallEnded = "Call ended.",
AcceptDeclinePromt = "WIP", -- wip
AcceptPrompt = "New Call: {message}",
CooldownActive = "The line is busy for {remaining} seconds."
}
-- Blip settings
Config.Blips = {
Type = 58,
Size = 0.85,
Colors = {
['911'] = 3,
['912'] = 1,
['909'] = 2,
['501835720'] = 10,
['end'] = 4
},
Name = "Emergency"
}
-- Command cooldowns (in seconds)
Config.Cooldown = 10 -- 10 seconds
-- Blip removal timing
Config.BlipRemoveTime = 600 -- 10 minutes in seconds
-- Blip removal timing with the /end and /endall commands
Config.EndBlipRemoveTime = 5 -- 5 seconds