another sync with trader fixes

This commit is contained in:
A Clark
2012-11-22 09:37:02 -06:00
parent da5766e46b
commit 638ceee5c6
152 changed files with 786 additions and 1579 deletions

View File

@@ -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

View File

@@ -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;