CSB Random Fun Events

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

Each round can trigger a random event: low gravity, giants, hyper speed, knives only, or a rocket-slap party, cleanly reverted at round end.

CSB Random Fun Events rolls a dice at every round start. On a hit it picks one of several events and applies it to every player as a clean apply/revert pair: Low Gravity, Giants (model scale plus bonus HP), Hyper Speed, Knives Only, or a Rocket Slap Party that periodically launches everyone into the air. The event is announced in chat and on the HUD, re-applied to anyone who spawns while it is running, and fully reverted when the round ends.

Features

  • Five self-contained events with matching revert logic.
  • Chance per round via csb_events_chance.
  • Mid-round spawns get the active event applied automatically.
  • Everything is restored at round end and on plugin unload.

Installation

  1. Enable the fakemeta and fun modules in modules.ini.
  2. Compile csb_random_events.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

1. Enable the fakemeta and fun modules in addons/amxmodx/configs/modules.ini
2. Put csb_random_events.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

CVARs

CVARDefaultDescription
csb_events_enabled 1 Enable or disable random round events.
csb_events_chance 33 Percent chance per round for an event to fire.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
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_random_events.sma main 4.0 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta fun
Known conflicts Combine carefully with other plugins that set gravity, speed or model scale per round.
Back to Plugins