Problem declaring/calling a function
#4

pawn Код:
forward SendAdminsMessage(playerid,string[]);
public SendAdminsMessage(playerid,string[])
{
    foreach (new i: Player)
    {
        if(PlayerInfo[i][pAdmin]>0)
        SendClientMessage(i,RED,string);
    }
    return 1;
}
Reply


Messages In This Thread
Problem declaring/calling a function - by Alvin007 - 09.02.2015, 16:06
Re: Problem declaring/calling a function - by Schneider - 09.02.2015, 16:18
Re : Problem declaring/calling a function - by Alvin007 - 09.02.2015, 16:32
Re: Problem declaring/calling a function - by Schneider - 09.02.2015, 16:33
Re : Problem declaring/calling a function - by Alvin007 - 09.02.2015, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)