mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
compatibility for issue 1526 45m plotpole
This commit is contained in:
@@ -67,7 +67,7 @@ _passArray = [_IsNearPlot,_nearestPole,_ownerID,_friendlies]; //create new array
|
|||||||
// End script if item is plot pole and another one exists within defined radius
|
// End script if item is plot pole and another one exists within defined radius
|
||||||
if(_isPole && _IsNearPlot > 0) exitWith {
|
if(_isPole && _IsNearPlot > 0) exitWith {
|
||||||
DZE_ActionInProgress = false;
|
DZE_ActionInProgress = false;
|
||||||
cutText [(localize "str_epoch_player_44") , "PLAIN DOWN"];
|
cutText [(format [localize "str_epoch_player_44", DZE_PlotPole select 1]) , "PLAIN DOWN"];
|
||||||
_passArray
|
_passArray
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user