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