mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
Update some WeaponHolder to WeaponHolderBase
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
if (!isServer) then {
|
||||
if (isServer) then {
|
||||
_vehicle_292 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [7081.7197, 7339.3687, -3.0517578e-005];
|
||||
_this = "Body1" createVehicle [7081.7197, 7339.3687, -3.0517578e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_292 = _this;
|
||||
@@ -12,7 +12,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_295 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7081.373, 7335.3784];
|
||||
_this = "Body2" createVehicle [7081.373, 7335.3784];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_295 = _this;
|
||||
@@ -23,7 +23,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_297 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7077.8691, 7338.8906, -3.0517578e-005];
|
||||
_this = "Body2" createVehicle [7077.8691, 7338.8906, -3.0517578e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_297 = _this;
|
||||
@@ -34,7 +34,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_299 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7085.6162, 7311.5015];
|
||||
_this = "Body2" createVehicle [7085.6162, 7311.5015];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_299 = _this;
|
||||
@@ -45,7 +45,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_301 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [7088.4497, 7314.1401, -3.0517578e-005];
|
||||
_this = "Body2" createVehicle [7088.4497, 7314.1401, -3.0517578e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_301 = _this;
|
||||
|
||||
Reference in New Issue
Block a user