We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dede648 commit d8b1988Copy full SHA for d8b1988
source/initZones/locatorzonesV2.sqf
@@ -13,6 +13,7 @@ _worldName = getText(configFile >> "cfgWorlds" >> worldName >> "description");
13
_fortified = false;
14
openMap [true, true];
15
hint "Click somewhere on the island to place enemy zones";
16
+_zones_array = [[-9999,-9999,-9999]];
17
for [{_i=1}, {_i<=zones_number}, {_i=_i+1}] do // BEGIN "FOR" LOOP --
18
{
19
player globalChat format["Choose location for zone #%1...",_i];
0 commit comments