I just tested this plugin with amxmodx 1.76c and it seems like the
'rslot_hideslots'-cvar doesnt work.
I started my server with maxplayers 21, 'amx_reservation 1' and these Pluginsettings:
Code:
// 0 = disabled
// 1 = no booting but fill rslots (Recommended 2-6 slots)
// 2 = kick/redirect when full or to free slot (Recommended 1 slot)
rslot_on 2
//number of slots to reserve
rslot_slots 1
//if enabled will hide reserved slots
//(ex. 21 maxplayers will show 20/20 if rslot_slots = 1 )
rslot_hideslots 1
//enable server redirection
rslot_redirect 0
//ip and port of the server players will be redirected to
rslot_ip "ip:port"
//(optional) password of the server players will be redirected to
rslot_pw "none"
//--- below used for amx_reservation 2---//
//kills for rslot kicking protection (comment out #define KILLS to disable)
rslot_kills "10"
//played time for rslot kicking protection (comment out #define PLAYEDTIME to disable)
rslot_playedtime "30"
I know that the last 2 Options won't work with 'amx_reservation 1'.
Is this a Bug or have i done smth wrong ?