Runs a knife-only round (weapons stripped, buying blocked); the winning team's captain then picks stay or swap sides, applied with cs_set_user_team and a restart.
CSB Knife Round is the side-pick step every scrim and match starts with. An admin runs csb_kniferound (or /knife): the round restarts, everyone is stripped to a knife, their money is zeroed and the buy commands are blocked. When a team wins the knife round, that team's captain gets a menu — stay or swap sides — and the choice is applied with cs_set_user_team followed by a short restart so the real match begins on the chosen sides.
It works standalone for pick-up games, or as the side-pick stage driven by a larger match system.
Features
csb_kniferound//knifeto start (admin only).- Weapons stripped and re-stripped on spawn; knife handed out via
Ham_Spawn. - Money zeroed and buy commands (
buy,buyammo,autobuy,rebuy, etc.) blocked for the duration. - Winner detected from the round-win radio; that team's captain gets a no-exit stay/swap menu.
- Swap kills and reassigns every connected player with
cs_set_user_team, then restarts.
Installation
- Make sure the
cstrike,funandhamsandwichmodules are enabled inaddons/amxmodx/configs/modules.ini. - Compile and copy
csb_knife_round.amxxintoaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
Notes
The captain is simply the first connected player found on the winning team. In a full match setup you would normally drive csb_kniferound from your match plugin and let it decide who the captain is; here it is kept deliberately simple so the plugin is useful on its own.









