mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
//diag_log format["vehicleIinit called, _this: %1", _this];
|
|
|
|
_vehicle = _this select 0;
|
|
|
|
[_vehicle, ["Repair", { [_this select 0] spawn xenoRepair; }]] remoteExec ["addAction", 0, netId _vehicle];
|