Madjai Posted April 7, 2002 Share Posted April 7, 2002 im using the All-Seeing-Eye to find servers and when you select a server it gives a list of properties that the server holds, such as caplimit, fraglimit and a bunch of g_ things. Im wondering what the command is that tells me if the server is sabers only. thanks in advance. Link to comment Share on other sites More sharing options...
Pike Posted April 7, 2002 Share Posted April 7, 2002 I use this filter in ASE: 1 if servertype != "JK2" goto 3 2 if g_weaponDisable == "0" remove Link to comment Share on other sites More sharing options...
Madjai Posted April 7, 2002 Author Share Posted April 7, 2002 thanks, but what does "goto 3" do? The weapon disable filter works but i still see every type of servers. Link to comment Share on other sites More sharing options...
Pike Posted April 7, 2002 Share Posted April 7, 2002 Sorry, meant to say that I use this as a modifier. In the Filter editor select Modifier in the bottom left corner. Basically this means that you can have this option on as a separate checkbox filter and still select individual gametype filters. The goto 3 part means do nothing (so it ignores this filter if you are looking at any game other than Jedi Knight 2). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.