AddCommandOverride Function

Adds a global command flag override. Any command registered with this name will assume the new flag. This is applied retroactively as well.

void AddCommandOverride(const char[] cmd, OverrideType type, int flags)

Parameters

const char[] cmd

String containing command name (case sensitive).

OverrideType type

Override type (specific command or group).

int flags

New admin flag.