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.sma main | b0e230b | 5.3 KB |
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.
1. Enable the cstrike, fun and hamsandwich modules in addons/amxmodx/configs/modules.ini 2. Put csb_knife_round.amxx in addons/amxmodx/plugins/ 3. Add it to plugins.ini 4. Change map
| Command | Access | Description |
|---|---|---|
csb_kniferound |
g (ADMIN_LEVEL_A) |
Start a knife round with a side-pick at the end. |
say /knife |
g (ADMIN_LEVEL_A) |
Same as csb_kniferound. |
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 hamsandwich |
| Conflictos conocidos | Other match/knife-round plugins that also strip weapons or handle the side pick will conflict - run one match controller. |









