stock GetTeamZoneColor(teamid){ switch(teamid) { case TEAM_REBEL: return 0x00FF0088; case TEAM_ARMY: return 0xFF00FF88; case TEAM_CIVILIAN: return 0xFFFF0088; } return -1;}