03.07.2015, 09:48
For example i want red so i need to do:
Or?
Also how that code make difference is player team_usa (blue color) or team_rus (red color)?
pawn Code:
SetPlayerMarkerForPlayer(i, playerid, (gTeam[i] == gTeam[playerid]) ? color | 0xFF0000FF : color & ~0xFF0000FF);
Also how that code make difference is player team_usa (blue color) or team_rus (red color)?