View Single Post
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 02-05-2017 , 08:30   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.2.6, 24/01/2016)
Reply With Quote #446

It seems like you are using the steambot module but the steambot is either not running or not reachable.

For the configuration look into sourcemod/cfg/redirect/ you should have one configuration file per server instance there.
Because two of your servers have passwords you might want to create a group for these to expose the password only in this group.
So assuming servers 1 and 2 are not passworded and 3 and 4 are.

The group settings for 1 and 2 would be
Code:
redirect_my_groups                A
redirect_show_in_groups           AB
redirect_expose_pw_for_groups     ""
redirect_advertise_in_groups      AB
And for servers 3 and 4
Code:
redirect_my_groups                B
redirect_show_in_groups           AB
redirect_expose_pw_for_groups     B
redirect_advertise_in_groups      AB
That way you can join any server, but you'll het the password only if you already are in a passworded server

Last edited by h3bus; 02-05-2017 at 08:30.
h3bus is offline