PDA

View Full Version : Help


superkefka
02-28-2009, 14:48
Hello I am from Argentina and I don`t speak english very well.
I have a question becouse I can`t make this.
I need this, when the server is full (13/14, 1 admin slot reservation) everyplayer who try to enter the server must be redirect to the next server in the list. How can I do that ? I don`t know how to configure the cvars.
Thanks so much

superkefka
02-28-2009, 16:07
amx_cvar redirect_active 1
amx_cvar redirect_auto 2
amx_cvar redirect_manual 2
amx_cvar redirect_follow 0
amx_cvar redirect_check_method 2
amx_cvar redirect_announce 60
amx_cvar redirect_announce_mode 3
amx_cvar redirect_show 0
amx_cvar redirect_adminslots 1
amx_cvar redirect_maxadmins 0
amx_cvar redirect_retry 0
amx_cvar redirect_hidedown 3

I am using this configuration.. but the problem is the next.. when the server is 31/32, and enter a admin, the server will be redirect a random player to the next server, then, the server never will be full becouse its always 31/32.

Can you help me whit that ?

Mordekay
03-01-2009, 02:44
There has to be this one empty slot, because if it was full the plugin would not be able to notice that another player connects to the server and cannot redirect him.
And you have to turn off every other slot reservation plugin in order to run xredirect without problems.