Code:
public client_command( id ) {
new cmd[64];
read_argv( 0, cmd, 63 );
// the string 'cmd' is now the command the client sent
}
Obviously it's not gonna catch certain commands that are strictly client-side and don't get sent to the server.
__________________