summaryrefslogtreecommitdiffstats
path: root/Server/Config/Config_HugeTown.sqf
diff options
context:
space:
mode:
authorhybrid <hybrid@hybridlabs.pro>2026-06-11 19:58:31 +0300
committerhybrid <hybrid@hybridlabs.pro>2026-06-11 19:58:31 +0300
commite670b4ed55c459a21090bd0178ceaaaf12d87989 (patch)
treeb6833d5e842475f0ee27f5f617096445fdd4e4a1 /Server/Config/Config_HugeTown.sqf
downloada2wf_fallujah-e670b4ed55c459a21090bd0178ceaaaf12d87989.tar.gz
a2wf_fallujah-e670b4ed55c459a21090bd0178ceaaaf12d87989.tar.bz2
a2wf_fallujah-e670b4ed55c459a21090bd0178ceaaaf12d87989.zip
init
Diffstat (limited to 'Server/Config/Config_HugeTown.sqf')
-rw-r--r--Server/Config/Config_HugeTown.sqf13
1 files changed, 13 insertions, 0 deletions
diff --git a/Server/Config/Config_HugeTown.sqf b/Server/Config/Config_HugeTown.sqf
new file mode 100644
index 0000000..4badb39
--- /dev/null
+++ b/Server/Config/Config_HugeTown.sqf
@@ -0,0 +1,13 @@
+Private ['_probability','_range','_teams','_town','_townName'];
+
+_town = _this Select 0;
+_townName = _this Select 1;
+
+_range = 600;
+if (Count _this > 3) then {_range = _this Select 3};
+
+_teams = ['huge1'] Call Compile preprocessFile "Server\Functions\Server_SelectResTeam.sqf";
+
+_probability = 55;
+
+[_town,_townName,30,120,_range,_teams,_probability] ExecVM "Common\Init\Init_Location.sqf"; \ No newline at end of file