Arma 3
Not enough ratings
Realistic SAM Battery
   
Award
Favorite
Favorited
Unfavorite
Data Type: Composition
Composition Type: AntiAir, Emplacement
DLC: Jets
Meta: Dependency
File Size
Posted
18.062 KB
8 Aug @ 4:08pm
1 Change Note ( view )

Subscribe to download
Realistic SAM Battery

Description
A simple array of 6 anti-air launchers around a targeting radar. However, if you destroy the radar, the launchers become disabled, so you can have more than one SAM battery in a mission without all of them sharing information via datalink.

Uses the following script on the radar...
this addEventHandler ["Killed", {
params ["_unit", "_killer", "_instigator", "_useEffects"];
{
deleteVehicleCrew _x;
} forEach (synchronizedObjects _unit);
}];
All launchers are sync'd to the radar, triggering their AI crew to be deleted when the radar is killed.