30.03.2015, 10:51
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) && gTeam[i] == gTeam[playerid])
{
SendClientMessage(i, C_RED, string);
SetPlayerMarkerForPlayer(i, playerid, color); // Change the color to the color you want
}
}