CSB AutoMix 5v5

v1.0.0 6 téléchargements Daemon666 Dernière mise à jour: Jul 16, 2026

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

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.

Installation

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

Cvars

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

Commandes

CommandAccessDescription
say /mix Join the mix queue.
say /unmix Leave the mix queue.

Journal des modifications — v1.0.0

1.0.0 - Initial release.
Versions →
Contributeurs: Daemon666 ✦
Auteur original: AutoMix by MaGNuM Licence: GPL-3.0

Note

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Télécharger .sma
Fichiers:
csb_automix.sma main 5.2 KB

Prérequis

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules cstrike fun
Conflits connus Other team-management or auto-balance plugins will fight the mix; run only one.
Retour aux Plugins