This commit is contained in:
icomrade
2016-02-18 00:24:50 -05:00
parent e2b47f2459
commit 254fbff602
3 changed files with 9 additions and 9 deletions

View File

@@ -5,6 +5,6 @@ _pos = [player] call FNC_GetPos;
_cnt = count (_pos nearObjects ["All",DZE_checkNearbyRadius]);
if (_cnt >= DZE_BuildingLimit) exitWith { //end script if too many objects nearby
DZE_ActionInProgress = false;
cutText [(localize "str_epoch_player_41"), "PLAIN DOWN"];
cutText [(format [localize "str_epoch_player_41", DZE_PlotPole select 0]), "PLAIN DOWN"];
};
_cnt //returns amount of total objects found nearby