All Seeing Eye Filter

CayCay Join Date: 2002-11-12 Member: 8329Members
<div class="IPBDescription">Works great!</div> 1 if servertype != "HL" remove
2 if gamedir ~!= "ns" remove
3 if mp_version != "v1.03" remove
4 if ping >= "100" remove
5 if needpass > "0" remove
6 if maxclients == "0" goto 8
7 if clients >= maxclients remove
8 if clients == "0" remove
9 if bots > "0" remove
10 if region !& "2" remove
11 if country != "US" remove
12 if public_slots_free == "0.000000" remove
13 if nsa_public_slots == "0.000000" remove


This will give you all servers that arent full, arent empty, are in the US and dont have reserved slots. =)

Comments

Sign In or Register to comment.