Works gr8 but its not hiding the slots =/ it shows 12/14 and anyone who is not an admin tries to join, kicks him right away saying server full .
Quote:
// Ultimate RSlot
// 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 1
//number of slots to reserve
rslot_slots 2
//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 "kills"
//played time for rslot kicking protection (comment out #define PLAYEDTIME to disable)
//rslot_playedtime "minutes"
|
__________________