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_186 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [10174.857, 3126.1104, -1.9073486e-005];
|
||||
_this = "Body1" createVehicle [10174.857, 3126.1104, -1.9073486e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_186 = _this;
|
||||
@@ -12,7 +12,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_189 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [10177.264, 3126.8271, 1.1444092e-005];
|
||||
_this = "Body2" createVehicle [10177.264, 3126.8271, 1.1444092e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_189 = _this;
|
||||
@@ -23,7 +23,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_192 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "BRDMWreck" createVehicleLocal [10212.747, 3181.915, -2.2888184e-005];
|
||||
_this = "BRDMWreck" createVehicle [10212.747, 3181.915, -2.2888184e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_192 = _this;
|
||||
@@ -34,7 +34,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_195 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [10213.748, 3179.0986, 6.6757202e-005];
|
||||
_this = "Body1" createVehicle [10213.748, 3179.0986, 6.6757202e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_195 = _this;
|
||||
@@ -44,7 +44,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_198 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [10214.048, 3185.6113, -0.00019645691];
|
||||
_this = "Body2" createVehicle [10214.048, 3185.6113, -0.00019645691];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_198 = _this;
|
||||
@@ -55,7 +55,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_200 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [10217.711, 3180.9695, -0.00023651123];
|
||||
_this = "Body2" createVehicle [10217.711, 3180.9695, -0.00023651123];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_200 = _this;
|
||||
@@ -66,7 +66,7 @@ _this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
_vehicle_203 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [10216.19, 3186.8555, -0.00011634827];
|
||||
_this = "Body1" createVehicle [10216.19, 3186.8555, -0.00011634827];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_203 = _this;
|
||||
|
||||
Reference in New Issue
Block a user