Keeps N slots free for flagged VIPs: when free slots drop below the reserve, the worst non-VIP (bot or highest ping) is removed.
CSB Reserved Slots guarantees a configurable number of open slots for your flagged VIPs and admins. Whenever the free-slot count falls below csb_slots_reserved, the plugin makes room by removing the "worst" non-VIP on the server: bots go first, then the real player with the highest ping. VIPs and immune admins are never chosen. The check runs both when a player connects and on a short repeating timer, so a reserved slot is kept available even as the roster changes.
Inspired by the Reserved Slots plugin bundled with AMX Mod X. Independent GPL re-implementation.
Features
- Reserve any number of slots with
csb_slots_reserved. - VIP access defined by a cvar flag string (
csb_slots_flag, defaulta). - Bots removed before real players; among players the highest-ping one is chosen.
- Immune admins (
ADMIN_IMMUNITY) are protected from removal.
Installation
- Compile
csb_reserved_slots.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
Grant your VIPs the configured flag in users.ini or your admin system.









