28.05.2009, 14:17
Код:
for(new i = 0; i < MAX_PLAYERS; i++) { if(TEAM_COP[i] == 1) //you'll need to adjust this bit to however you've set teams up in your server { SetPlayerMarkerForPlayer(i, the id of the player who committed the crime, the colour you want to set them to); } }