Files
ND_Core/ND_Chat/config.lua
BreezyTheDev 7b94cfff77 Update config.lua
Pay Commands added.
2022-08-17 15:27:50 -07:00

27 lines
483 B
Lua

config = {
["/me"] = true,
["/gme"] = true,
["/ooc"] = true,
["/twt"] = true,
["/pay"] = true,
["/give"] = true,
["/darkweb"] = {
enabled = true,
canNotSee = {
"LSPD",
"BCSO",
"SAHP",
"LSFD"
}
},
["/911"] = {
enabled = true,
callTo = {
"LSPD",
"BCSO",
"SAHP",
"LSFD"
}
}
}