Files
DayZ-Epoch/SQF/dayz_code/system/mission/chernarus/infectiousWaterholes/Prud.sqf
2016-03-31 11:35:33 -04:00

86 lines
2.3 KiB
Plaintext

if (isServer) then {
_vehicle_326 = objNull;
if (true) then
{
_this = "Mass_grave" createVehicle [6565.0298, 9319.8213, 3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_326 = _this;
_this setDir -16.023432;
_this setPos [6565.0298, 9319.8213, 3.0517578e-005];
};
_vehicle_329 = objNull;
if (true) then
{
_this = "Body2" createVehicle [6559.8589, 9318.3184, -3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_329 = _this;
_this setDir -134.36063;
_this setPos [6559.8589, 9318.3184, -3.0517578e-005];
};
_vehicle_331 = objNull;
if (true) then
{
_this = "Body2" createVehicle [6568.5313, 9322.5537, -9.1552734e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_331 = _this;
_this setDir -49.255459;
_this setPos [6568.5313, 9322.5537, -9.1552734e-005];
};
_vehicle_333 = objNull;
if (true) then
{
_this = "Body2" createVehicle [6569.2568, 9317.0537, 3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_333 = _this;
_this setDir -6.7714462;
_this setPos [6569.2568, 9317.0537, 3.0517578e-005];
};
_vehicle_336 = objNull;
if (true) then
{
_this = "Body1" createVehicle [6563.2573, 9315.5889, -6.1035156e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_336 = _this;
_this setPos [6563.2573, 9315.5889, -6.1035156e-005];
};
_vehicle_338 = objNull;
if (true) then
{
_this = "Body1" createVehicle [6559.5259, 9290.957, 3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_338 = _this;
_this setPos [6559.5259, 9290.957, 3.0517578e-005];
};
_vehicle_340 = objNull;
if (true) then
{
_this = "Body1" createVehicle [6550.4502, 9272.209, 3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_340 = _this;
_this setPos [6550.4502, 9272.209, 3.0517578e-005];
};
_vehicle_343 = objNull;
if (true) then
{
_this = "Body2" createVehicle [6566.4673, 9315.0459, -3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_343 = _this;
_this setDir -104.92654;
_this setPos [6566.4673, 9315.0459, -3.0517578e-005];
};
};