Filtering 1.01 Servers With Ase
Fina
Join Date: 2002-11-01 Member: 3267Members
<div class="IPBDescription">Here's how</div> This is for The All-Seeing Eye :
Don't have ASE? Get it <a href='http://www.udpsoft.com/eye/' target='_blank'>here</a>.
This will work as long as the server has 1.01 somewhere in it's name.
On the sidebar, click New to make a new filter. In the filter code box, add this :
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->1 if servertype == "HL" goto 3
2 remove
3 if game ~== "*ns*" goto 5
4 remove
5 if hostname ~== "*1.01*" goto 7
6 remove
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Give it a name, like Natural Selection - 1.01, and try it. Works for me. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' valign='absmiddle' alt='smile.gif'><!--endemo-->
Don't have ASE? Get it <a href='http://www.udpsoft.com/eye/' target='_blank'>here</a>.
This will work as long as the server has 1.01 somewhere in it's name.
On the sidebar, click New to make a new filter. In the filter code box, add this :
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->1 if servertype == "HL" goto 3
2 remove
3 if game ~== "*ns*" goto 5
4 remove
5 if hostname ~== "*1.01*" goto 7
6 remove
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Give it a name, like Natural Selection - 1.01, and try it. Works for me. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' valign='absmiddle' alt='smile.gif'><!--endemo-->
Comments
And this is for ASE, not the built in browser.