mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Update some WeaponHolder to WeaponHolderBase
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
if (!isServer) then {
|
||||
if (isServer) then {
|
||||
_vehicle_375 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "UAZWreck" createVehicleLocal [5802.0796, 5216.9868, -0.1246307];
|
||||
_this = "UAZWreck" createVehicle [5802.0796, 5216.9868, -0.1246307];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_375 = _this;
|
||||
@@ -13,7 +13,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_378 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "UralWreck" createVehicleLocal [5798.4321, 5161.209, 4.5776367e-005];
|
||||
_this = "UralWreck" createVehicle [5798.4321, 5161.209, 4.5776367e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_378 = _this;
|
||||
@@ -24,7 +24,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_381 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [5796.3213, 5168.3052, -0.00012207031];
|
||||
_this = "Body2" createVehicle [5796.3213, 5168.3052, -0.00012207031];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_381 = _this;
|
||||
@@ -35,7 +35,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_383 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [5794.877, 5157.9111, -0.00021362305];
|
||||
_this = "Body2" createVehicle [5794.877, 5157.9111, -0.00021362305];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_383 = _this;
|
||||
@@ -46,7 +46,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_385 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [5792.832, 5163.8003, -4.5776367e-005];
|
||||
_this = "Body2" createVehicle [5792.832, 5163.8003, -4.5776367e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_385 = _this;
|
||||
@@ -57,7 +57,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_387 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [5802.4307, 5213.1123, -0.00016784668];
|
||||
_this = "Body2" createVehicle [5802.4307, 5213.1123, -0.00016784668];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_387 = _this;
|
||||
@@ -68,7 +68,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_389 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [5800.0649, 5220.5977, -3.0517578e-005];
|
||||
_this = "Body2" createVehicle [5800.0649, 5220.5977, -3.0517578e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_389 = _this;
|
||||
@@ -79,7 +79,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_392 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [5804.439, 5215.0063, -0.0001373291];
|
||||
_this = "Body1" createVehicle [5804.439, 5215.0063, -0.0001373291];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_392 = _this;
|
||||
@@ -89,7 +89,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_394 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [5799.7075, 5164.0625, 0];
|
||||
_this = "Body1" createVehicle [5799.7075, 5164.0625, 0];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_394 = _this;
|
||||
@@ -99,7 +99,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_396 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [5795.9951, 5165.9434, 1.5258789e-005];
|
||||
_this = "Body1" createVehicle [5795.9951, 5165.9434, 1.5258789e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_396 = _this;
|
||||
|
||||
Reference in New Issue
Block a user