mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
|
private _vehicle = _this select 0;
|
||
|
private _caller = _this select 1;
|
||
|
private _returnValue = [];
|
||
|
|
||
|
_vehicle setDamage 1;
|
||
|
sleep 1;
|
||
|
_vehicle setDamage 0;
|
||
|
|
||
|
_returnValue
|