public inf2(playerid) { for(new i = 0; i < MAX_PLAYERS; i++) { if(team[i] == 2) { SetPlayerMarkerForPlayer(playerid, i, RED ); } } return 1; }