mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
|
_vehicle = _this select 0;
|
||
|
|
||
|
if (alive _vehicle)
|
||
|
then
|
||
|
{
|
||
|
_vehicle setDamage 0;
|
||
|
}
|