+ added more missing weights
+ added large sandbag with crafting 3 sandbags + 1 wire
+ potential fix for vehicle detection at seller
+ fixed mi17 civillian skin and added test for removing gear access
+ force all spawned objects to exact position
This commit is contained in:
vbawol
2013-02-18 10:47:43 -06:00
parent 56c310400f
commit 0dd7227d5c
13 changed files with 92 additions and 15 deletions

View File

@@ -98,14 +98,12 @@ diag_log "HIVE: Starting";
clearWeaponCargoGlobal _object;
clearMagazineCargoGlobal _object;
if (_object isKindOf "TentStorage") then {
if (_object isKindOf "TentStorage" or _object isKindOf "Land_HBarrier1" or _object isKindOf "Wall_FenW2_6_EP1") then {
_pos set [2,0];
_object setpos _pos;
_object addMPEventHandler ["MPKilled",{_this call vehicle_handleServerKilled;}];
};
if (_object isKindOf "VaultStorageLocked") then {
_object setpos _pos;
};
_object setpos _pos;
_object setdir _dir;
_object setDamage _damage;