IFrame For solnichny island problem

zeth

New Member
I have a problem what mistake I could make

Code:
// road ambush
_this = createMarker ["SAR_area_admin", [13703.5,2950.5,0.001]];
_this setMarkerShape "RECTANGLE";
_this setMarkeralpha 0;
_this setMarkerType "Flag";
_this setMarkerBrush "Solid";
_this setMarkerSize [25, 50];
_this setMarkerDir 136.124;
SAR_marker_castle = _this;


Code:
//road ambush
[SAR_marker_castle,1,4,10,"fortify",true] call SAR_AI;

I would like to rest on the island to defend

very nice script sarge good work and sorry for my english
 
Back
Top