Files
DayZ-Epoch/SQF/dayz_code/system/mission/chernarus/infectiousWaterholes/Mogilevka.sqf
2016-02-27 22:34:50 -05:00

75 lines
2.1 KiB
Plaintext

if (!isServer) then {
_vehicle_271 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7688.604, 5947.6357, 4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_271 = _this;
_this setPos [7688.604, 5947.6357, 4.5776367e-005];
};
_vehicle_273 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7688.8301, 5927.563, -3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_273 = _this;
_this setPos [7688.8301, 5927.563, -3.0517578e-005];
};
_vehicle_281 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7692.501, 5935.375, -4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_281 = _this;
_this setDir -157.49536;
_this setPos [7692.501, 5935.375, -4.5776367e-005];
};
_vehicle_283 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7700.9634, 5931.4126, -4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_283 = _this;
_this setDir 7.0104899;
_this setPos [7700.9634, 5931.4126, -4.5776367e-005];
};
_vehicle_285 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7858.001, 5657.7495, 1.5258789e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_285 = _this;
_this setDir -128.94524;
_this setPos [7858.001, 5657.7495, 1.5258789e-005];
};
_vehicle_287 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7852.356, 5674.4395, -4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_287 = _this;
_this setDir -8.1682386;
_this setPos [7852.356, 5674.4395, -4.5776367e-005];
};
_vehicle_290 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7857.3604, 5665.8076, 1.5258789e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_290 = _this;
_this setPos [7857.3604, 5665.8076, 1.5258789e-005];
};
};