Jump to content

mark303

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by mark303

  1. Hi, 

     

    First thing, its really great mod. Only what is not showing is markers on map or gps. Yes, i make it like few posts above.

     

    This is my actual : \dayz_code\compile\object_infectedcamps.sqf

     

    --------------------------------------------------------------------------------------------

     

    //_trigger setTriggerTimeout [0, 5, 3, false];



    _markerstr = createMarker [_campName,_campPos];
    _markerstr setMarkerColor "ColorRed";
    _markerstr setMarkerShape "ELLIPSE";
    _markerstr setMarkerBrush "Border";
    _markerstr setMarkerSizeLocal [_campRadius, _campRadius];


    } foreach _array;

     

    -------------------------------------------------------------------------------------------

     

     

    In RPT logs i can see camps spawn, but no markers show on map. Errors in RPT none. Map is Sauerland.

    Thanks for help and sorry for my bad english.

×
×
  • Create New...