C++:
if(g_variables[2])
{
if(!arg[0])
{
new hcmd[32], hinfo[128], hflag, bool:info_ml;
get_concmd(cid, hcmd, charsmax(hcmd), hflag, hinfo, charsmax(hinfo), access_array[action], _, info_ml);
if(info_ml)
{
LookupLangKey(hinfo, charsmax(hinfo), hinfo, id);
}
console_print(id, "%L: %s %s", id, "USAGE", hcmd, hinfo);
return PLUGIN_HANDLED;
}
new player = cmd_target(id, arg, g_variables[3], g_variables[4]);
if(!player)
{
return PLUGIN_HANDLED;
}
if(g_variables[6] && is_user_steam(player))
{
console_print(id, "%L", LANG_PLAYER, "REAMX_SUPER_NO_KICK_STEAM");
return PLUGIN_HANDLED;
}
@call_func_handler(action, id, player, arg, arg2, arg_num, arg2_num, false, true);
return PLUGIN_HANDLED;
}
на
LookupLangKey(hinfo, charsmax(hinfo), hinfo, id);