Solved Add admin flag for RTD (Roll the Dice) Plugin

Vertigo

⍥????
Staff member
Administrator
You can simply override any command in cstrike/addons/sourcemod/configs/admin_overrides.cfg file.

Example :

This will make your command restricted to only players who has admin flag "a".
Code:
"sm_rtd" "a"
This will make your command restricted to players who has admin flag "abcdef"
Code:
"sm_rtd" "abcdef"
This will make your command available to all players
Code:
"sm_rtd" ""
 

Vertigo

⍥????
Staff member
Administrator
@ppibo1 Use command override as explained above.
 

Vertigo

⍥????
Staff member
Administrator
How are you using ?
 

Vertigo

⍥????
Staff member
Administrator
This plugin command does not has "sm" prefix. You can check in server console by typing sm cmds ata_rollthedice
So add the following in admin_overrides.cfg :
Code:
"rtd" "a"
"rollthedice" "a"
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock