arma3_missions/helotraining.Altis/repair.sqf
2016-07-24 10:57:58 +03:00

7 lines
79 B
Plaintext

_vehicle = _this select 0;
if (alive _vehicle)
then
{
_vehicle setDamage 0;
}