Add files via upload

This commit is contained in:
Andyyy7666
2022-07-09 00:06:36 +02:00
committed by GitHub
parent a74b3d459e
commit 5febdb3199
4 changed files with 170 additions and 0 deletions

24
ND_Chat/config.lua Normal file
View File

@@ -0,0 +1,24 @@
config = {
["/me"] = true,
["/gme"] = true,
["/ooc"] = true,
["/twt"] = true,
["/darkweb"] = {
enabled = true,
canNotSee = {
"LSPD",
"BCSO",
"SAHP",
"LSFD"
}
},
["/911"] = {
enabled = true,
callTo = {
"LSPD",
"BCSO",
"SAHP",
"LSFD"
}
}
}