mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
another sync with trader fixes
This commit is contained in:
@@ -190,7 +190,7 @@ class FSM
|
||||
" if (_isOk>-1) then {" \n
|
||||
" diag_log (""DW_DEBUG _isOK: "" + str(_isOK) );" \n
|
||||
" };" \n
|
||||
" if ((_isOk>-1) AND (isOK<1)) then {" \n
|
||||
" if ((_isOk>-1) AND (_isOK<1)) then {" \n
|
||||
" //diag_log (""CLEANUP: DELETING A SOUND OF FLIES"");" \n
|
||||
"_dwUSOFC=_dwUSOFC+1;" \n
|
||||
" deleteVehicle _x;" \n
|
||||
|
||||
@@ -90,6 +90,10 @@ diag_log "HIVE: Starting";
|
||||
_pos set [2,0];
|
||||
_object setpos _pos;
|
||||
};
|
||||
if (_object isKindOf "VaultStorage") then {
|
||||
_pos set [2,0];
|
||||
_object setpos _pos;
|
||||
};
|
||||
_object setdir _dir;
|
||||
_object setDamage _damage;
|
||||
|
||||
@@ -141,6 +145,10 @@ diag_log "HIVE: Starting";
|
||||
};
|
||||
|
||||
if (_object isKindOf "AllVehicles") then {
|
||||
if(_ownerID != 0) then {
|
||||
_object setVehicleInit "this lock true; this lockCargo true;";
|
||||
processInitCommands;
|
||||
};
|
||||
{
|
||||
_selection = _x select 0;
|
||||
_dam = _x select 1;
|
||||
@@ -228,4 +236,6 @@ for "_x" from 1 to MaxHeliCrashes do {
|
||||
};
|
||||
|
||||
// Allow connection after road debris spawns
|
||||
|
||||
|
||||
allowConnection = true;
|
||||
|
||||
Reference in New Issue
Block a user