View Single Post
thecyupy
Member
Join Date: Aug 2013
Old 10-13-2015 , 10:43   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.1.2, 29/01/2015)
Reply With Quote #271

Quote:
Originally Posted by h3bus View Post
Did you use this version https://forums.alliedmods.net/showpo...&postcount=241

Did you cherck error logs in sourcemod?
Just I try this version but the result is the same. I don't have error logs...

1 question
When I add a server All I have to do is created a cfg file whit ip:port sv in csgo/cfg/redirect like 178_33_165_236_27040.cfg and inside this?

// This file was auto-generated by SourceMod (v1.7.3-dev+5256)
// ConVars for plugin "redirect.smx"


// Advertise !follow command when a player switched servers.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
redirect_advertise_follow "1"

// Groups where this server is advertised
// -
// Default: "A"
redirect_advertise_in_groups "A"

// Minimum players to advertise this server
// -
// Default: "2"
// Minimum: "0.000000"
redirect_advertise_me_min_players "1"

// Cycling server advertisement period. Set to -1 to disable.
// -
// Default: "120.0"
// Minimum: "-1.000000"
redirect_advertise_period "120.0"

// Automatically cleanup old database entries.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
redirect_autocleanup_db "0"

// Groups where this server expose it's sv_password (if set). Note that password is visible to players that select the server
// -
// Default: ""
redirect_expose_pw_for_groups ""

// Maximum follow advertise time in minutes after a player choose a server.
// -
// Default: "2"
redirect_follow_timeout "2"

// Groups this server belongs to (each char is a group)
// -
// Default: "A"
redirect_my_groups "A"

// Automatically register server in database.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
redirect_register_server "1"

// Server display order, lowest value are displayed first.
// -
// Default: "1"
// Minimum: "0.000000"
redirect_server_order "1"

// Minimum time seconds between each server queries
// -
// Default: "5"
redirect_server_queries_cooldown "5"

// If non empty, use this name instead of hostname.
// -
// Default: ""
redirect_server_short_hostname "GunGame Turbo"

// Groups where this server is listed by !server command
// -
// Default: "A"
redirect_show_in_groups "A"
thecyupy is offline