Daemon666 / CSB AutoMix 5v5 Публичен

Automatic 5v5 mix: /mix queues players, balances two teams by rank, plays a knife round and starts the match.

v1.0.0 117 изтегляния GPL-3.0 Последна актуализация Aug 24, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Dec 17, 2025 1 Версии
csb_automix.sma main 034d609 5.2 KB
README.md

CSB AutoMix 5v5 runs a pickup match with no admin needed. Players type /mix to join a queue; once ten are waiting the plugin sorts them by rank score, snake-drafts them into two balanced teams, moves everyone with cs_set_user_team, plays a knife round for side choice and then starts the live match. If a mix player disconnects during setup the match is paused and the queue re-opened so nobody plays 4v5.

Balancing uses a self-declared csb_get_rank_score native when a ranking plugin provides it, and falls back to raw frags otherwise, so the plugin is fully self-contained.

Inspired by AutoMix by MaGNuM. Independent GPL re-implementation.

Features

  • /mix / /unmix queue with a live count in chat.
  • Snake-draft balancing by rank score (frags fallback).
  • Automatic knife round, then a live restart.
  • Leaver handling pauses the match and re-opens the queue.

Installation

  1. Enable the cstrike and fun modules in modules.ini.
  2. Compile csb_automix.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Инсталация
1. Enable the cstrike and fun modules in addons/amxmodx/configs/modules.ini
2. Put csb_automix.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvar-и
CVARDefaultDescription
csb_mix_enabled 1 Enable or disable the auto-mix.
csb_mix_needed 10 How many queued players trigger the mix (default 10 = 5v5).
Команди
CommandAccessDescription
say /mix Join the mix queue.
say /unmix Leave the mix queue.
Списък с промени — v1.0.0
1.0.0 - Initial release.
Версии →
Оценка

No ratings yet.

Относно
  • Match
  • Лиценз: GPL-3.0
  • Daemon666
  • Оригинален автор: AutoMix by MaGNuM
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Изтегли .sma
Изисквания
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули cstrike fun
Известни конфликти Other team-management or auto-balance plugins will fight the mix; run only one.
Сътрудници
Обратно към плъгините