12.04.2013, 20:32
This should help you.
pawn Код:
forward OOCNews(color,string[]);
pawn Код:
public OOCNews(color,string[])
{
foreach(Player, i)
{
if(!gNews[i])
{
SendClientMessageEx(i, color, string);
}
}
}