SetPlayerToTeamColor( playerid ){ if( gTeam[ playerid ] == COP ) { SetPlayerColor( playerid, COLOR_BLUE ); } else if( gTeam[ playerid ] == CIV ) { SetPlayerColor( playerid, COLOR_WHITE ); }}