arma3_missions/helotraining_rewrite.Altis/vehicleInit.sqf

9 lines
279 B
Plaintext
Raw Normal View History

diag_log format["vehicleIinit called, _this: %1", _this];
_vehicle = _this select 0;
_pilot = _this select 1;
2016-07-25 21:58:29 +00:00
diag_log format["vehicleIinit called, _this: %1", _this];
[_vehicle, ["Repair", "xenoRepair.sqf"]] remoteExec ["addAction", 0, netId _vehicle];
_pilot addRating 9999;