Skip to content

Commit 17f5a1a

Browse files
committed
Finished Quickjoin V2
1 parent 006694a commit 17f5a1a

File tree

9 files changed

+6
-105
lines changed

9 files changed

+6
-105
lines changed

addons/TAS_Quickjoin.pbo

224 KB
Binary file not shown.

addons/TAS_Quickjoin/config.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ class CfgMainMenuSpotlight: RscStandardDisplay // RscDisplayMain >> Spotlight wo
8888
condition = "true";
8989
};*/
9090
class JoinTasServer {
91-
text = "Connect to Main TAS Arma Server";
91+
text = "TAS Arma Server";
9292
//text = "Connect to<br />TAS Arma Server";
9393
//picture = "Autismo_Seals_Unit_Mod\logo.paa";
9494
picture = "\Autismo_Seals_Unit_Mod\addons\TAS_Quickjoin\media\logo.paa";
9595
action = "0 = [_this, 'd404.nl', '2302', 'cheese'] execVM '\Autismo_Seals_Unit_Mod\addons\TAS_Quickjoin\scripts\joinServer.sqf';";
9696
//action = "connectToServer ['d404.nl', 2302, 'cheese']"; //Cat: 82.8.46.207
97-
actionText = "Connect to the Main TAS Arma Server";
97+
actionText = "You should connect to it... NOW";
9898
condition = "true";
9999
};
100100
/*class JoinTasTeamspeak {
@@ -110,18 +110,18 @@ class CfgMainMenuSpotlight: RscStandardDisplay // RscDisplayMain >> Spotlight wo
110110
//(_this select 1) ctrlSetURL "http://arma3.com/";
111111
//onbuttonclick = "connectToServer ['71.126.163.78', 2302, '']";
112112
};*/
113-
class JoinGuacServer {
113+
/*class JoinGuacServer {
114114
text = "Connect to TAS Backup Arma Server";
115115
//text = "Connect to<br />TAS Backup<br />Arma Server";
116116
//picture = "Autismo_Seals_Unit_Mod\logo.paa";
117117
picture = "\Autismo_Seals_Unit_Mod\addons\TAS_Quickjoin\media\logo.paa";
118118
//action = "connectToServer ['71.126.163.78', 2302, 'cheese']";
119-
//action = "0 = [_this, '71.126.163.78', '2302', 'cheese'] execVM '\Autismo_Seals_Unit_Mod\addons\TAS_Quickjoin\scripts\joinServer.sqf';";
120-
action = "0 = [_this, '127.0.0.1', '2302', 'cheese'] execVM '\Autismo_Seals_Unit_Mod\addons\TAS_Quickjoin\scripts\joinServer.sqf';";
119+
action = "0 = [_this, '71.126.163.78', '2302', 'cheese'] execVM '\Autismo_Seals_Unit_Mod\addons\TAS_Quickjoin\scripts\joinServer.sqf';";
120+
//action = "0 = [_this, '127.0.0.1', '2302', 'cheese'] execVM '\Autismo_Seals_Unit_Mod\addons\TAS_Quickjoin\scripts\joinServer.sqf';";
121121
actionText = "Connect to the Backup TAS Arma Server. Scroll downwards for the backup Teamspeak quickjoin.";
122122
condition = "true";
123123
//onbuttonclick = "connectToServer ['71.126.163.78', 2302, '']";
124-
};
124+
};*/
125125
/*class JoinGuacTeamspeak {
126126
text = "Connect to TAS Backup Teamspeak Server";
127127
//text = "Connect to<br />TAS Backup<br />Teamspeak Server";
-17.4 KB
Binary file not shown.
173 KB
Loading
114 KB
Binary file not shown.
160 KB
Loading
131 KB
Binary file not shown.
File renamed without changes.

addons/TAS_Quickjoin/scripts/joinServerCoalition.sqf

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)