Captain draft: two captains pick players alternately from a menu into balanced teams, with a turn/roster HUD.
CSB Captains Pick runs a classic captain draft. An admin starts it with amx_captains; the two highest-ranked players (by frags) become the T and CT captains. They then take turns picking from a menu of the remaining players - each pick is moved onto the captain's team with cs_set_user_team - until everyone is assigned. A HUD shows whose turn it is, which side they pick for and how many players are left, and the match restarts when the draft is done.
Features
amx_captainsstarts the draft; top two frags become captains.- Menu-driven alternating picks, moved with
cs_set_user_team. - Turn / roster HUD for the whole server.
- Captain disconnect cancels the draft cleanly.
Installation
- Enable the
cstrikemodule inmodules.ini. - Compile
csb_captains_pick.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









