forked from qbcore-framework/qb-radio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.lua
53 lines (50 loc) · 862 Bytes
/
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
43
44
45
46
47
48
49
50
51
52
53
Config = {}
Config.keyBind = {
useRadio = "ENTER",
openRadio = "F7",
volUp1 = "PAGEUP",
radioVolDown = "PAGEDOWN"
}
Config.RestrictedChannels = {
[1] = {
police = true,
ambulance = true
},
[2] = {
police = true,
ambulance = true
},
[3] = {
police = true,
ambulance = true
},
[4] = {
police = true,
ambulance = true
},
[5] = {
police = true,
ambulance = true
},
[6] = {
police = true,
ambulance = true
},
[7] = {
police = true,
ambulance = true
},
[8] = {
police = true,
ambulance = true
},
[9] = {
police = true,
ambulance = true
},
[10] = {
police = true,
ambulance = true
}
}
Config.MaxFrequency = 500