17.03.2014, 11:53
You need to put something like this on OnPlayerText;
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(i == playerid) continue;
if(BigEar[i] == 1)
{
SendClientMessage(i, -1, text);
}
}