diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:53:22 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:53:22 +0300 |
| commit | c055d44dcdb87e8db49fb23e632fc086aa44cce6 (patch) | |
| tree | 7ac98d865915930bebc86b36b512a859c31538e5 /Server/Config/Config_HugeTown2.sqf | |
| download | a2wf_zargabad-c055d44dcdb87e8db49fb23e632fc086aa44cce6.tar.gz a2wf_zargabad-c055d44dcdb87e8db49fb23e632fc086aa44cce6.tar.bz2 a2wf_zargabad-c055d44dcdb87e8db49fb23e632fc086aa44cce6.zip | |
init
Diffstat (limited to '')
| -rw-r--r-- | Server/Config/Config_HugeTown2.sqf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Server/Config/Config_HugeTown2.sqf b/Server/Config/Config_HugeTown2.sqf new file mode 100644 index 0000000..13e39c0 --- /dev/null +++ b/Server/Config/Config_HugeTown2.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 = ['huge2'] Call Compile preprocessFile "Server\Functions\Server_SelectResTeam.sqf";
+
+_probability = 60;
+
+[_town,_townName,30,120,_range,_teams,_probability] ExecVM "Common\Init\Init_Location.sqf";
\ No newline at end of file |
