Two warning I cant get rid of...HELP
#1

pawn Код:
CMD:clearallreports(playerid, params[])
{
    if (PlayerInfo[playerid][pAdmin] >= 5)
    {
        new string[128];
        ClearReports();
        SendClientMessage(playerid,COLOR_LIGHTBLUE, "You have cleared all the active reports.");
        format(string, sizeof(string), "AdmCmd: %s has cleared all the pending reports.", GetPlayerName(playerid)); // 2805
        ABroadCast(COLOR_LIGHTRED, string, 1);
    }
    else
    {
        SendClientMessage(playerid, COLOR_WHITE, "You are not authorized to use this command!");
    }
    return 1;
}
Код:
hrp.pwn(2805) : warning 202: number of arguments does not match definition
hrp.pwn(2805) : warning 202: number of arguments does not match definition
Reply


Messages In This Thread
Two warning I cant get rid of...HELP - by TranquiliZed - 04.07.2013, 09:39
Re: Two warning I cant get rid of...HELP - by IstuntmanI - 04.07.2013, 09:54
Re: Two warning I cant get rid of...HELP - by TranquiliZed - 04.07.2013, 10:25
Re: Two warning I cant get rid of...HELP - by IstuntmanI - 04.07.2013, 10:54
Re: Two warning I cant get rid of...HELP - by feartonyb - 04.07.2013, 11:06

Forum Jump:


Users browsing this thread: 1 Guest(s)