mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Update some WeaponHolder to WeaponHolderBase
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
if (!isServer) then {
|
||||
if (isServer) then {
|
||||
_vehicle_162 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Mass_grave" createVehicleLocal [7698.6094, 3984.0344, 5.3405762e-005];
|
||||
_this = "Mass_grave" createVehicle [7698.6094, 3984.0344, 5.3405762e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_162 = _this;
|
||||
@@ -13,7 +13,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_165 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [7696.6646, 3979.2568, 6.1035156e-005];
|
||||
_this = "Body1" createVehicle [7696.6646, 3979.2568, 6.1035156e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_165 = _this;
|
||||
@@ -23,7 +23,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_167 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [7705.2397, 3986.8789, -7.6293945e-006];
|
||||
_this = "Body1" createVehicle [7705.2397, 3986.8789, -7.6293945e-006];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_167 = _this;
|
||||
@@ -33,7 +33,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_170 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7701.4297, 3987.833, 4.5776367e-005];
|
||||
_this = "Body2" createVehicle [7701.4297, 3987.833, 4.5776367e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_170 = _this;
|
||||
@@ -44,7 +44,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_172 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7693.4331, 3985.4343, 0.00016784668];
|
||||
_this = "Body2" createVehicle [7693.4331, 3985.4343, 0.00016784668];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_172 = _this;
|
||||
@@ -55,7 +55,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_174 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7737.8218, 3956.1387, 3.8146973e-005];
|
||||
_this = "Body2" createVehicle [7737.8218, 3956.1387, 3.8146973e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_174 = _this;
|
||||
@@ -66,7 +66,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_176 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7701.2686, 3978.0706, 1.9073486e-005];
|
||||
_this = "Body2" createVehicle [7701.2686, 3978.0706, 1.9073486e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_176 = _this;
|
||||
@@ -77,7 +77,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_178 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7705.8154, 3981.1963, 7.2479248e-005];
|
||||
_this = "Body2" createVehicle [7705.8154, 3981.1963, 7.2479248e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_178 = _this;
|
||||
@@ -88,7 +88,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_180 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7705.1436, 3975.3965, -8.392334e-005];
|
||||
_this = "Body2" createVehicle [7705.1436, 3975.3965, -8.392334e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_180 = _this;
|
||||
@@ -99,7 +99,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_183 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [7703.9932, 3978.3486, -2.2888184e-005];
|
||||
_this = "Body1" createVehicle [7703.9932, 3978.3486, -2.2888184e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_183 = _this;
|
||||
|
||||
Reference in New Issue
Block a user