I was using "DMS_MarkerText_ShowAICount" instead of
"DMS_MarkerText_ShowAICount_Static" in
"fn_AddMissionToMonitor_Static.sqf"
This commit is contained in:
eraser1 2016-04-27 18:37:45 -05:00
parent 1c425a1059
commit bf1ed941fb

View File

@ -192,7 +192,7 @@ try
DMS_StaticMission_Arr pushBack _arr;
_added = true;
if (DMS_MarkerText_ShowAICount) then
if (DMS_MarkerText_ShowAICount_Static) then
{
_markerDot = _markers select 0;
_markerDot setMarkerText (format ["%1 (%2 %3 remaining)",markerText _markerDot,count (_units call DMS_fnc_GetAllUnits),DMS_MarkerText_AIName]);