CSB Reserved Slots

v1.0.0 1 pobrań Daemon666 Ostatnia aktualizacja: 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.

Instalacja

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

Cvary

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.

Lista zmian — v1.0.0

1.0.0 - Initial release.
Wersje →
Współtwórcy: Daemon666 ✦
Oryginalny autor: AMX Mod X Development Team (Reserved Slots) Licencja: GPL-3.0

Ocena

No ratings yet.

Download v1.0.0

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

Wymagania

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Znane konflikty Other reserved-slot / slot-reservation plugins will compete to kick the same players.
Wróć do Pluginów