little help fixing this
#1

pawn Code:
dcmd_aduty(playerid,params[])
{
    #pargma unused params
    new string[126];
    if (PlayerInfo[playerid][AdminLevel] < 1)
    {
    format(string, sizeof(string), "%s(%d) Is Now On Admin Mode!",PlayerName(playerid),playerid);
             IRC_GroupSay(gGroupID,IRC_CHANNEL,string);
    }
    return 1;
}
i made some mistake, can someone help me fix this
Reply


Messages In This Thread
little help fixing this - by Fool - 19.01.2011, 01:55
Re: little help fixing this - by KDlivest954 - 19.01.2011, 02:03
Re: little help fixing this - by Fool - 19.01.2011, 02:09

Forum Jump:


Users browsing this thread: 3 Guest(s)