i have this:
Quote:
for (i = 0; i < g_Count; i++)
{
if (equali (arg, g_CmdsList[0][i], strlen (g_CmdsList[0][i])))
{
replace (arg, charsmax (arg), g_Slash, "");
formatex (command, charsmax (command),"amx_%s", arg);
client_cmd(id, command);
break;
}
}
|
and i whant when i type on of this commands: g_CmdsList[0][i] to get info of this, or show me how to get info only for one command like amx_help