heli crashes upon server start

Zeehond23

Valued Member!
Hi, I'm running Namalsk, and want a heli to patrol the area around A2 and such. Everytime I start my server, the heli spawns in but gets down and dirty with one of the mountains within a few seconds rusulting in a lot of flames and general death.

Code:
// A2, heli patrol area
_this = createMarker ["SAR_marker_helipatrol_A2", [4997.9224, 6752.8711]];
_this setMarkerShape "RECTANGLE";
_this setMarkeralpha 0;
_this setMarkerType "Flag";
_this setMarkerBrush "Solid";
_this setMarkerSize [1000, 600];
SAR_marker_helipatrol_A2 = _this;

Code:
 //Heli Patrol A2
[SAR_marker_helipatrol_A2,3,true] call SAR_AI_heli;

Can I make them spawn in higher so they don't crash blindly into the mountains?
 
Back
Top