Quote:
Originally Posted by igotfits
|
Those are not commands / cvars, those are aliases for the admin overide config.
Go to
PHP Code:
addons/sourcemod/configs/admin_overrides.cfg
Assign those access settings to a flag you wish to assign it to like this V
PHP Code:
* You can make a command completely public by using an empty flag string.
*/
"sm_rof_access" "b"
"sm_rof_access_target" "z"
}
This example allows b flagged admins to access self targeting rof, while root access can target others.
Also, please don't say that a mod is broken unless you're 100% sure it's broken, most of the time it's just the server owner not installing / configuring the mod right.