Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So for anyone else that needs this, you can set the "center" marker in your mission.sqm to be in the water in between both islands, increase your radius from 4000 to 5000 (or more) and heli crashes should spawn on both islands!
Example: https://www.dropbox.com/s/2f3paw58s2r2eys/arma2oa 2013-05-14 17-58-17-26.bmp
it's pretty self-explanatory in the post you quoted![]()
spawn_heliCrash = {
private["_position","_veh","_num","_config","_itemType","_itemChance","_weights","_index","_iArray", "markerpos"];
waitUntil{!isNil "BIS_fnc_selectRandom"};
if (isDedicated) then {
_markerpos = ["heli1", "heli2"] call BIS_fnc_selectRandom;
_position = [getMarkerPos _markerpos,0,4000,10,0,2000,0] call BIS_fnc_findSafePos;
Code:spawn_heliCrash = { private["_position","_veh","_num","_config","_itemType","_itemChance","_weights","_index","_iArray", "markerpos"]; waitUntil{!isNil "BIS_fnc_selectRandom"}; if (isDedicated) then { _markerpos = ["heli1", "heli2"] call BIS_fnc_selectRandom; _position = [getMarkerPos _markerpos,0,4000,10,0,2000,0] call BIS_fnc_findSafePos;
class Markers
{
items=9;
class Item6
{
position[]={8511.4658,-0.14474626,16773.117};
name="center";
type="Empty";
};
class Item7
{
position[]={8511.4658,-0.14474626,16773.117};
name="heli1";
type="Empty";
};
class Item8
{
position[]={8511.4658,-0.14474626,16773.117};
name="heli2";
type="Empty";
};