Files
ND_Core/ND_Chat/config.lua

27 lines
483 B
Lua
Raw Normal View History

2022-07-09 00:06:36 +02:00
config = {
["/me"] = true,
["/gme"] = true,
["/ooc"] = true,
["/twt"] = true,
2022-08-17 15:27:50 -07:00
["/pay"] = true,
["/give"] = true,
2022-07-09 00:06:36 +02:00
["/darkweb"] = {
enabled = true,
canNotSee = {
"LSPD",
"BCSO",
"SAHP",
"LSFD"
}
},
["/911"] = {
enabled = true,
callTo = {
"LSPD",
"BCSO",
"SAHP",
"LSFD"
}
}
2022-08-17 15:27:50 -07:00
}