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