native
register_concmd
Syntax
native register_concmd(const cmd[],const function[],flags=-1, const info[]="", FlagManager=-1);
Description
Registers function which will be called from any console.
Set FlagManager to 1 to make FlagManager always include this command
Set FlagManager to 0 to make FlagManager never include this command
Returns the command ID.