GetCommandFlags
Returns the bitstring of flags of a command.
native int GetCommandFlags(const char[] name)
Parameters
const char[] name
Name of the command.
Return Value
int A bitstring containing the FCVAR_* flags that are enabled
or INVALID_FCVAR_FLAGS if command not found.