CSB Round End Sound

v1.0.0 0 downloads Daemon666 Last updated: Jul 15, 2026

Plays a configurable sound at round end based on the winner, with a special flawless-round track and a per-player mute.

CSB Round End Sound plays a sound whenever a round ends, chosen by outcome: one for a Terrorist win, one for a CT win, one for a draw, and a special flawless track when the winning team lost nobody that round. All four paths are read from an ini so admins can swap them freely, every path is precached, and any player who dislikes them can say /rsounds to mute the sounds just for themselves.

Inspired by the classic Round Sound plugins. Independent GPL re-implementation.

Features

  • Separate sounds for T win, CT win and draw.
  • Flawless-round track when the winners take zero deaths.
  • Paths loaded from csb_round_sounds.ini and precached.
  • Per-player mute with /rsounds.

Installation

  1. Put your sounds in cstrike/sound/ and list them in addons/amxmodx/configs/csb_round_sounds.ini as t_win=, ct_win=, draw=, flawless=.
  2. Compile csb_round_end_sound.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

1. Put your .wav files in cstrike/sound/ and list them in addons/amxmodx/configs/csb_round_sounds.ini
2. Put csb_round_end_sound.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

CVARs

CVARDefaultDescription
csb_rsnd_enabled 1 Enable or disable round-end sounds.

Commands

CommandAccessDescription
say /rsounds Mute or unmute round-end sounds for yourself.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
Original author: Round Sound by AMXX (concept) License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_round_end_sound.sma main 4.5 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Known conflicts Other plugins that also play a sound at round end may overlap.
Back to Plugins