Files
DayZ-Epoch/SQF/dayz_code/system/mission/chernarus/infectiousWaterholes/Stary.sqf
ebaydayz d7ecf29744 Update infectious waterholes
Vanilla commit:

0dadb0897c
2016-11-21 18:39:50 -05:00

13 lines
475 B
Plaintext

[
["Body2",[5910.3682,7969.2676,-0.00033569336],-216.50493],
["Body2",[5914.7852,7968.6514,-6.1035156e-005],-70.557304],
["Body2",[5902.3218,7964.917,-0.00021362305],-146.58554],
["Body1",[5917.2178,7968.6299,-0.00015258789],0],
["Body1",[5905.082,7966.4629,-0.00015258789],0]
] call {
private ["_object"];
_object = (_x select 0) createVehicleLocal [0,0,0];
_object setVariable ["", true];
_object setDir (_x select 2);
_object setPos (_x select 1);
} count _this;