Error:
#1

Can someone fix this, I will +REP

Line
pawn Код:
SendStaffMessage(COLOR_LIGHTBLUE, admin);
Error Code
pawn Код:
error 035: argument type mismatch (argument 1)
SendStaffMessage Forward
pawn Код:
forward SendStaffMessage(color, string[]);
public SendStaffMessage(color, string[])
{
    foreach(Player, i)
    {
            if(PlayerInfo[i][pAdmin] >= 1)
            {
                SendClientMessage(i, color, string);
            }
    }
}
Reply
#2

COLOR_LIGHTBLUE seems to be non integer
post the define of COLOR_LIGHTBLUE please
Reply
#3

Thanks lol I've fixed it haha I +rep'd you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)