26.04.2010, 00:41
im a little rusty but i think its like this:
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(isplayerconnected(i))
{
if(team[i] == team)
{
sendclientmessage(i,color,"You're teams' score is %d",getplayerscore(i));
}
}
}

