the native dod_get_map_info(info) is starting to act weird
after a few mapchanges.
it's used to get info about the teams on the current map with dod_get_map_info(MI_ALLIES_TEAM) which is 0 for americans and 1 for british team.
and dod_get_map_info(MI_ALLIES_PARAS) which is 0 if it's normal troops and 1 if it's para troops.
and dod_get_map_info(MI_AXIS_PARAS) which is 0 if it's normal troops and 1 if it's para troops.
the detection simply isn't working anymore and always the britisch team
is detected even if it's americans and always the paratroops are detected,
even if it's normal troops.
that strange behavior happens since 1.50beta and is seriously screwing
up a lot of my plugins.
a lot of people have reported that and i tested it myself on standard maps.
i would really be greatful if SidLuke or one of the other devs would
take a look at it!