15.11.2011, 12:34
This may seem like a stupid question but is there any reason I can't use this function like this:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(gTeam[i] == BLUE_TEAM)
{
SetPlayerMarkerForPlayer(playerid, i, COLOR_BLUE);
}
}