mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
private _vehicle = _this select 0;
|
|
private _caller = _this select 1;
|
|
private _returnValue = [];
|
|
|
|
_vehicle setHitPointDamage ["HitHRotor", 1];
|
|
|
|
_returnValue
|