CSB Knife Round

v1.0.0 1 descargas Daemon666 Última actualización: Jul 15, 2026

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 / /knife to 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

  1. Make sure the cstrike, fun and hamsandwich modules are enabled in addons/amxmodx/configs/modules.ini.
  2. Compile and copy csb_knife_round.amxx into addons/amxmodx/plugins/.
  3. Add it to plugins.ini and 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.

Instalación

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

Comandos

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

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_knife_round.sma main 5.3 KB

Requisitos

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.
Volver a Plugins