arma3_missions/helotraining_mp.Altis/destroyMainrotorAction.sqf
2016-09-11 16:01:35 +03:00

8 lines
156 B
Plaintext

private _vehicle = _this select 0;
private _caller = _this select 1;
private _returnValue = [];
_vehicle setHitPointDamage ["HitHRotor", 1];
_returnValue