Daemon666 / CSB Fireworks Public

A short fireworks show - timed bursts of explosion and spark tempents above the players with a boom sound - at round end or on the amx_fireworks command.

v1.0.0 134 downloads GPL-3.0 Last updated Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Oct 26, 2025 1 Versions
csb_fireworks.sma main 73f535c 3.6 KB
README.md

CSB Fireworks puts on a celebration. It schedules a series of bursts, each an TE_EXPLOSION plus a TE_SPARKS tempent at a random point above a random player, with an explosion sound played to everyone. It runs automatically at round end (great for a holiday event or a match win) and can also be launched on demand with amx_fireworks.

Features

  • Round-end shows (toggle with csb_fw_roundend) and the amx_fireworks command.
  • csb_fw_bursts controls how many bursts go off, spread over time.
  • Uses stock CS assets (sprites/zerogxplode.spr, weapons/explode3.wav) - nothing extra to install.

Installation

  1. Compile csb_fireworks.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

amx_fireworks needs the ADMIN_LEVEL_A flag (b).

Installation
1. Put csb_fireworks.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map
CVARs
CVARDefaultDescription
csb_fw_enabled 1 Master enable for the show.
csb_fw_roundend 1 Automatically fire a show at round end.
csb_fw_bursts 10 Number of bursts per show (capped at 40).
Commands
CommandAccessDescription
amx_fireworks b (ADMIN_LEVEL_A) Launch a fireworks show now.
Changelog — v1.0.0
1.0.0 - Initial release.
Versions →
Rating

No ratings yet.

Download v1.0.0
Compiled live from the source below — nothing pre-built.
Download source (.sma)
Requirements
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fun
Contributors
Back to Plugins