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









