From e670b4ed55c459a21090bd0178ceaaaf12d87989 Mon Sep 17 00:00:00 2001 From: hybrid Date: Thu, 11 Jun 2026 19:58:31 +0300 Subject: init --- Server/Config/Config_LargeTown.sqf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Server/Config/Config_LargeTown.sqf (limited to 'Server/Config/Config_LargeTown.sqf') diff --git a/Server/Config/Config_LargeTown.sqf b/Server/Config/Config_LargeTown.sqf new file mode 100644 index 0000000..5a06682 --- /dev/null +++ b/Server/Config/Config_LargeTown.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 = ['large1'] Call Compile preprocessFile "Server\Functions\Server_SelectResTeam.sqf"; + +_probability = 65; + +[_town,_townName,20,80,_range,_teams,_probability] ExecVM "Common\Init\Init_Location.sqf"; \ No newline at end of file -- cgit v1.3.1