Archived
0

Standardized Permissions

- Will be test on test-production.
This commit is contained in:
Minenash
2018-11-16 19:09:11 -05:00
parent 14c05dd762
commit 27cccc83f4
26 changed files with 96 additions and 93 deletions

View File

@@ -1,42 +1,40 @@
command ac {
perm utils.ac;
[string:message...] {
help Sends a message in Admin Chat;
perm utils.ac;
run ac_msg message;
}
}
command acn {
perm utils.ac;
[string:name] [string:message...] {
help Sends a message in Admin Chat;
perm utils.ac;
type console;
run acn_msg name message;
}
}
command ackey {
perm utils.ac;
[string:key] {
help Sets your Admin Chat key;
perm utils.ac;
type player;
run setackey key;
}
}
command act {
perm utils.ac;
on {
help Turns on act;
perm utils.ac;
run act_on;
}
off {
help Turns off act;
perm utils.ac;
run act_off;
}
[empty] {
help toggles Admin Chat;
perm utils.ac;
run act;
}
}