Automatic 5v5 mix: /mix queues players, balances two teams by rank, plays a knife round and starts the match.
| csb_automix.sma main | 034d609 | 5.2 KB |
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//unmixqueue 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
- Enable the
cstrikeandfunmodules inmodules.ini. - Compile
csb_automix.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - 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 | Default | Description |
|---|---|---|
csb_mix_enabled |
1 |
Enable or disable the auto-mix. |
csb_mix_needed |
10 |
How many queued players trigger the mix (default 10 = 5v5). |
| Command | Access | Description |
|---|---|---|
say /mix |
|
Join the mix queue. |
say /unmix |
|
Leave the mix queue. |
1.0.0 - Initial release.Versiones →
No ratings yet.
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Opcional |
| ReAPI | Opcional |
| Metamod | Metamod / Metamod-r |
| Módulos | cstrike fun |
| Conflictos conocidos | Other team-management or auto-balance plugins will fight the mix; run only one. |









