Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _crew = creategroup WEST;
- _CounterHeloType = selectRandom ["rhsgref_cdf_b_reg_Mi17Sh","rhsgref_cdf_b_Mi24D","rhsgref_b_mi24g_CAS","rhsgref_cdf_b_Mi35","rhsgref_cdf_b_su25","rhsgref_cdf_b_mig29s"];
- _heli = [[11479.7,2284.23,1.33514e-005], 112.516, _CounterHeloType, west] call bis_fnc_spawnvehicle;
- [_heli select 2, Loc, 1200] call BIS_fnc_taskPatrol;
- HeliCrew = _heli select 2;
- _heliVeh = _heli select 0;
- _heliVeh addEventHandler ["Fired",{ (_this select 0) setVehicleAmmo 1 }];
- _heliVeh addeventhandler ["Fuel", {(_this select 0) setfuel 1}];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement