Files
ND_Core/ND_Chat/config.lua
2022-07-09 00:06:36 +02:00

24 lines
436 B
Lua

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"
}
}
}