-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconfig.lua
More file actions
25 lines (21 loc) · 752 Bytes
/
config.lua
File metadata and controls
25 lines (21 loc) · 752 Bytes
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
CAS = {
allowedJob = { 'police', 'sheriff' },
webhook = "https://discord.com/api/webhooks/1124438446816116948/1m80acXtfAO2asdXXgLhax0h8Y3OqpJg6qSHguNWw7lkyWpMtgrf83AiCGx-Hkpelf03eWD",
Framework = "qb",
Footer = "You can see the records of bodycam in this page.",
Header = "LOS SANTOS POLICE DEPARTMENT BODYCAM RECORDS",
recordDesc = "Police Department Bodycam Record",
recordName = "Police Bodycam Record",
Commands = {
[1] = {
command = "records",
action = "recordmenu",
desc = "Records Menu",
},
[2] = {
command = "bodycam",
action = "bodycam",
desc = "Turn On/Off Bodycam"
},
}
}