Files
ND_Core/ND_Chat/config.lua

24 lines
436 B
Lua
Raw Normal View History

2022-07-09 00:06:36 +02:00
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"
}
}
}