mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
private["_body","_id","_position"];
|
|
_body = _this;
|
|
_position = getPosATL _body;
|
|
_id = [_position,0.1,1.5] call bis_fnc_flies;
|
|
//_id setVariable ["body",_body];
|
|
//dayz_flyMonitor set[count dayz_flyMonitor, _id]; |