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.sma main | 9fa5de1 | 3.2 KB |
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.
1. Put csb_reserved_slots.amxx in addons/amxmodx/plugins/ 2. Add it to addons/amxmodx/configs/plugins.ini 3. Give VIPs the csb_slots_flag flag 4. Change map
| CVAR | Default | Description |
|---|---|---|
csb_slots_enabled |
1 |
Enable reserved-slot enforcement. |
csb_slots_reserved |
1 |
Number of slots to keep free for VIPs. |
csb_slots_flag |
a |
Admin flag string that grants reserved access. |
1.0.0 - Initial release.Версии →
No ratings yet.
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Незадължително |
| ReAPI | Незадължително |
| Metamod | Metamod / Metamod-r |
| Известни конфликти | Other reserved-slot / slot-reservation plugins will compete to kick the same players. |









