mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 04:02:56 +03:00
another sync with trader fixes
This commit is contained in:
@@ -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