mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 22:22:57 +03:00
0.69 + 1.7.5.M1D15
This commit is contained in:
@@ -20,9 +20,7 @@ if ((_vcl emptyPositions "cargo") > 0) then
|
||||
_dragger switchMove "";
|
||||
_wounded setVariable ["NORRN_LoadVcl", _vcl, true];
|
||||
sleep 1;
|
||||
[_wounded] execVM "\z\addons\dayz_code\medical\load\load_wounded.sqf";
|
||||
norrnRLact = _wounded;
|
||||
publicVariable "norrnRLact";
|
||||
["norrnRLact",_wounded] call broadcastRpcCallAll;
|
||||
player removeAction NORRN_dropAction;
|
||||
}else{
|
||||
|
||||
|
||||
@@ -14,9 +14,7 @@ _wounded setVariable ["NORRN_unit_dragged", true, true];
|
||||
_wounded assignAsCargo _vcl;
|
||||
_wounded moveInCargo _vcl;
|
||||
sleep 1;
|
||||
norrnRALW = _wounded;
|
||||
publicVariable "norrnRALW";
|
||||
_wounded switchMove "kia_hmmwv_driver";
|
||||
["norrnRALW",_wounded] call broadcastRpcCallAll;
|
||||
|
||||
if (local _wounded) then
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user