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

75 lines
2.0 KiB
Plaintext

if (isServer) then {
_vehicle_399 = objNull;
if (true) then
{
_this = "Body1" createVehicle [5749.7417, 4099.6704, -8.392334e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_399 = _this;
_this setPos [5749.7417, 4099.6704, -8.392334e-005];
};
_vehicle_401 = objNull;
if (true) then
{
_this = "Body1" createVehicle [5738.4092, 4094.8413, 6.1035156e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_401 = _this;
_this setPos [5738.4092, 4094.8413, 6.1035156e-005];
};
_vehicle_403 = objNull;
if (true) then
{
_this = "Body1" createVehicle [5721.3667, 4130.4922, 6.8664551e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_403 = _this;
_this setPos [5721.3667, 4130.4922, 6.8664551e-005];
};
_vehicle_406 = objNull;
if (true) then
{
_this = "Body2" createVehicle [5731.2964, 4127.3643, -0.00024414063];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_406 = _this;
_this setDir -170.19336;
_this setPos [5731.2964, 4127.3643, -0.00024414063];
};
_vehicle_408 = objNull;
if (true) then
{
_this = "Body2" createVehicle [5737.1704, 4123.252, -0.00011444092];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_408 = _this;
_this setDir -170.19336;
_this setPos [5737.1704, 4123.252, -0.00011444092];
};
_vehicle_410 = objNull;
if (true) then
{
_this = "Body2" createVehicle [5739.8633, 4117.3682, 7.6293945e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_410 = _this;
_this setDir -50.762642;
_this setPos [5739.8633, 4117.3682, 7.6293945e-005];
};
_vehicle_412 = objNull;
if (true) then
{
_this = "Body2" createVehicle [5749.9834, 4102.6377, 4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_412 = _this;
_this setDir -221.62927;
_this setPos [5749.9834, 4102.6377, 4.5776367e-005];
};
};