Mine works correct with the slot use 19 in startup and it shows 18 only, but It doesnt kick ppl when admin join at 18/18 it becomes 19/18 and after that no admin could join at 19/18 whats the problem with it
Use this setting in amxx.cfg
// 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 ""
//(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 "kills"
//played time for rslot kicking protection (comment out #define PLAYEDTIME to disable)
rslot_playedtime "1"