mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Add files via upload
This commit is contained in:
24
ND_Chat/config.lua
Normal file
24
ND_Chat/config.lua
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user