arma3_missions/helotraining.Altis/repair.sqf

7 lines
79 B
Plaintext
Raw Normal View History

2016-07-24 07:57:58 +00:00
_vehicle = _this select 0;
if (alive _vehicle)
then
{
_vehicle setDamage 0;
}