mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-16 21:22:57 +03:00
Add grid position to log
This commit is contained in:
@@ -28,7 +28,7 @@ if (_option == 1) then {
|
|||||||
};
|
};
|
||||||
} count _objectsInfo;
|
} count _objectsInfo;
|
||||||
_name = if (alive _player) then { name _player; } else { "Dead Player"; };
|
_name = if (alive _player) then { name _player; } else { "Dead Player"; };
|
||||||
diag_log format ["MAINTAIN AREA BY %1 - %2 Objects at %3", _name, (count _objectsInfo), (getPosATL _player)];
|
diag_log format ["MAINTAIN AREA BY %1 - %2 Objects at %3, Grid: %4", _name, (count _objectsInfo), (getPosATL _player), mapGridPosition(getPosATL _player)];
|
||||||
} else {
|
} else {
|
||||||
_obj = _objectsInfo select 0;
|
_obj = _objectsInfo select 0;
|
||||||
_ID = _objectsInfo select 1;
|
_ID = _objectsInfo select 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user