And your an idiot raphero. Pretty much self explanatory
Code:
register_clcmd ( const client_cmd[],const function[],flags=-1, info[]="" )
register_srvcmd ( const server_cmd[],const function[],flags=-1, info[]="" )
register_concmd ( const client_cmd[],const function[],flags=-1, info[]="" )
register_concmd, srvcmd, clcmd store only one string in it info[]. So using LANG_PLAYER and id (where the hell do you get id in plugin_init) will not work for this purpose he was trying to do. register command native weren't made for the purpose of ML.
__________________