mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 01:43:21 +03:00
Update some WeaponHolder to WeaponHolderBase
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
if (!isServer) then {
|
||||
if (isServer) then {
|
||||
_vehicle_271 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [7688.604, 5947.6357, 4.5776367e-005];
|
||||
_this = "Body1" createVehicle [7688.604, 5947.6357, 4.5776367e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_271 = _this;
|
||||
@@ -12,7 +12,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_273 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [7688.8301, 5927.563, -3.0517578e-005];
|
||||
_this = "Body1" createVehicle [7688.8301, 5927.563, -3.0517578e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_273 = _this;
|
||||
@@ -22,7 +22,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_281 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7692.501, 5935.375, -4.5776367e-005];
|
||||
_this = "Body2" createVehicle [7692.501, 5935.375, -4.5776367e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_281 = _this;
|
||||
@@ -33,7 +33,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_283 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7700.9634, 5931.4126, -4.5776367e-005];
|
||||
_this = "Body2" createVehicle [7700.9634, 5931.4126, -4.5776367e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_283 = _this;
|
||||
@@ -44,7 +44,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_285 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7858.001, 5657.7495, 1.5258789e-005];
|
||||
_this = "Body2" createVehicle [7858.001, 5657.7495, 1.5258789e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_285 = _this;
|
||||
@@ -55,7 +55,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_287 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7852.356, 5674.4395, -4.5776367e-005];
|
||||
_this = "Body2" createVehicle [7852.356, 5674.4395, -4.5776367e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_287 = _this;
|
||||
@@ -66,7 +66,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_290 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [7857.3604, 5665.8076, 1.5258789e-005];
|
||||
_this = "Body1" createVehicle [7857.3604, 5665.8076, 1.5258789e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_290 = _this;
|
||||
|
||||
Reference in New Issue
Block a user