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
#2

"#pargma unused params"

Should be "pragma unused parapms"

I think, haven't scripted in a whileeeeeeeee. lol.
Reply
#3

ow, stupid me
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)