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_259 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [9221.8047, 4960.5381, 0];
|
||||
_this = "Body1" createVehicle [9221.8047, 4960.5381, 0];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_259 = _this;
|
||||
@@ -12,7 +12,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_261 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [9215.4082, 4959.6289, -2.2888184e-005];
|
||||
_this = "Body1" createVehicle [9215.4082, 4959.6289, -2.2888184e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_261 = _this;
|
||||
@@ -22,7 +22,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_264 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [9217.5645, 4961.3643, -7.6293945e-005];
|
||||
_this = "Body2" createVehicle [9217.5645, 4961.3643, -7.6293945e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_264 = _this;
|
||||
@@ -33,7 +33,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_266 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [9220.0195, 4953.0513, -2.2888184e-005];
|
||||
_this = "Body2" createVehicle [9220.0195, 4953.0513, -2.2888184e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_266 = _this;
|
||||
@@ -44,7 +44,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_269 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [9217.207, 4953.2314, 7.6293945e-006];
|
||||
_this = "Body1" createVehicle [9217.207, 4953.2314, 7.6293945e-006];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_269 = _this;
|
||||
|
||||
Reference in New Issue
Block a user