mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update config_client.lua
Added a way to give multiple role permission to a department
This commit is contained in:
@@ -21,11 +21,11 @@ config = {
|
|||||||
|
|
||||||
-- set up the name of your departments and the discord role id for permission. A role id of 0 will allow anyone to choose that department.
|
-- set up the name of your departments and the discord role id for permission. A role id of 0 will allow anyone to choose that department.
|
||||||
departments = {
|
departments = {
|
||||||
["CIV"] = "0",
|
["CIV"] = {"0"},
|
||||||
["SAHP"] = "0",
|
["SAHP"] = {"0"},
|
||||||
["LSPD"] = "0",
|
["LSPD"] = {"0"},
|
||||||
["BCSO"] = "0",
|
["BCSO"] = {"0"},
|
||||||
["LSFD"] = "0"
|
["LSFD"] = {"0"}
|
||||||
},
|
},
|
||||||
|
|
||||||
-- set up the spawn buttons for each department.
|
-- set up the spawn buttons for each department.
|
||||||
|
|||||||
Reference in New Issue
Block a user