mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
_vehicle = _this select 0;
|
|
_pilot = _this select 1;
|
|
|
|
_vehicle addAction ["Repair", "repair.sqf"];
|
|
_vehicle addAction ["Respawn", "manualRespawn.sqf", [_vehicle, _pilot]];
|
|
_pilot addRating 9999; |