Server Hop

Server Hop v0.8.3

No permission to download
Supported Games
All
This plugin allows players to join/hop servers quickly from a list of configured servers. Maximum of 10 servers can be added to the list. The menu can be opened using !hop or !servers command in chat and then select the server you want to join and press F3 to redirect to the server.


529


530


Requirements :
Installation :
  • Download Server_Hop.zip file attached to this post.
  • Extract the content of zip file and put into your server's cstrike folder.
  • Configure servers in cstrike/addons/sourcemod/configs/serverhop.cfg file.
  • Change the map or restart the server.
Chat Commands :
Code:
!hop or !servers             -              Shows a list of servers to join.
Configuration :

Server list can be configured in cstrike/addons/sourcemod/configs/serverhop.cfg file.
Code:
"Servers"          // Do not modify this
{
    "Republic Indian Server"                          // Name of the server
    {
        "address"    "34.93.78.146"                   // IP address of the server
        "port"        "27045"                         // Port of the server
    }
}
Info For Players :
If you don't want to use F3 key to accept server redirects. You can bind a different key like this :
bind "key" "askconnect_accept"
Example : bind "h" "askconnect_accept"

CVARs :
// Set to 1 to enable server advertisements
// -
// Default: "1"
sm_hop_advertise "1"

// Advertisement interval: advertise a server every x minute(s)
// -
// Default: "1"
sm_hop_advertisement_interval "1"

// Set to 1 if you want a broadcast message when a player hops to another server
// -
// Default: "1"
sm_hop_broadcasthops "1"

// Defines how the server info should be presented
// -
// Default: "%name - %map (%numplayers/%maxplayers)"
sm_hop_serverformat "%name - %map (%numplayers/%maxplayers)"

// What players have to type in chat to activate the plugin (besides !hop)
// -
// Default: "!servers"
sm_hop_trigger "!servers"

Credits :
  • [GRAVE] rig0r
Author
Vertigo
Downloads
47
Views
1K
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Vertigo

Share this resource

Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock