21.02.2010, 14:57
Something like this?
pawn Код:
#define TEAM_TEST 1
for(i=1;i<=MAX_PLAYERS;i++)
{
if(gTeam[i] == 1)//had some problems in the past with gTeam .... try it anyway
{
SendClientMessage(i,0x222200FF,cmdtext[7]);
}
}

