mirror of
https://github.com/rambo/arma3_missions.git
synced 2025-07-25 10:52:19 +00:00
fix the call
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
_vehicle = _this select 0;
|
||||
|
||||
[_vehicle ] remoteExec ["removeAllActions", 0, "rmall" + (_vehicle call BIS_fnc_netId)];
|
||||
_vehicle remoteExec ["removeAllActions", 0, "rmall" + (_vehicle call BIS_fnc_netId)];
|
||||
[_vehicle, ["Repair", { [_this select 0] spawn xenoRepair; }]] remoteExec ["addAction", 0, "addrepair" + (_vehicle call BIS_fnc_netId)];
|
||||
[_vehicle, ["Spawn crew", { _this spawn spawnCrewAction; }]] remoteExec ["addAction", 0, "addcrew" + (_vehicle call BIS_fnc_netId)];
|
||||
|
Reference in New Issue
Block a user