CSB Reserved Slots

v1.0.0 1 downloads Daemon666 Última atualização: Jul 15, 2026

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, default a).
  • Bots removed before real players; among players the highest-ping one is chosen.
  • Immune admins (ADMIN_IMMUNITY) are protected from removal.

Installation

  1. Compile csb_reserved_slots.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

Grant your VIPs the configured flag in users.ini or your admin system.

Instalação

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

Cvars

CVARDefaultDescription
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.

Registro de alterações — v1.0.0

1.0.0 - Initial release.
Versões →
Colaboradores: Daemon666 ✦
Autor original: AMX Mod X Development Team (Reserved Slots) Licença: GPL-3.0

Avaliação

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Baixar .sma
Arquivos:
csb_reserved_slots.sma main 3.2 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Conflitos conhecidos Other reserved-slot / slot-reservation plugins will compete to kick the same players.
Voltar aos Plugins