AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   restricting admin commands/changing flags per command (https://forums.alliedmods.net/showthread.php?t=184948)

goodBEan 05-10-2012 21:34

restricting admin commands/changing flags per command
 
I have had a few moderators abuse the csay command and start gravity votes on my stock sever, and i need it to stop. How do I set it so that only admins with the flag of "z" can do commands like csay, starting votes, and etc. I can't find how to do that in sourcemod.

ReFlexPoison 05-10-2012 22:04

Re: restricting admin commands/changing flags per command
 
Simply navigate to admin_overrides.cfg in your addons/configs folder and add:
Code:

"sm_csay"    "z"
"sm_vote"    "z"
"sm_what-ever-else"    "z"

to the Overrides section.


All times are GMT -4. The time now is 20:44.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.