How can it be done?
(I've no idea how to 'design' filters, I just need to filter it)
Moderators: Moderators, Support
if [$server_players_active] > #Captin wrote:Create a new filter (click the icon that looks like a funnel with a '+' sign)
Fill in the properties for your filter
Then click the logic tab to enter the code that tells Qtracker what to filter on
If you are looking for servers that have more than 'x' players then you can use the following code:only servers that have MORE players than specified will show up (as in if you enter 15, only servers with 16 or more players will show up).
- Code: Select all
if [$server_players_active] > #

Captin wrote:Create a new filter (click the icon that looks like a funnel with a '+' sign)
Fill in the properties for your filter
Then click the logic tab to enter the code that tells Qtracker what to filter on
If you are looking for servers that have more than 'x' players then you can use the following code:only servers that have MORE players than specified will show up (as in if you enter 15, only servers with 16 or more players will show up).
- Code: Select all
if [$server_players_active] > #

Morbius wrote:can i do the same if im trying to filter out servers with no players but do i put 0 or 1
Morbius wrote:...what if i wanted to create a filter to filter out servers with jump maps only how could i do that.
if find([$server_name], "jump") != -1if find([$server_name], "jump") == -1
Users browsing this forum: No registered users and 2 guests