removed this potential feature, not useful enough

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40507
This commit is contained in:
David Anderson 2007-02-16 03:47:10 +00:00
parent 76903cd919
commit a75e87a076

View File

@ -113,16 +113,6 @@ functag ConCmd Action:public(client, argCount);
native RegConsoleCmd(const String:cmd[], ConCmd:callback, const String:description[]="", flags=0);
#if 0
/**
* Hooks a specific client-only command.
*
* @param cmd String to match against the beginning of each client command.
* @param callback A function to use as a callback for when the command is invoked.
* @param description Optional description string to use for help.
* @noreturn
*/
native RegClientCmd(const String:cmd[], ConCmd:callback, const String:description[]="");
/**
* Creates a console command as an administrative command. If the command does not exist,
* it is created. This command cannot be used to create duplicate admin commands.