Daemon666 / CSB Earthquake Öffentlich

Shakes everyone's screen with ScreenShake at random intervals or on command, optionally shoving grounded players, with amplitude, duration and an optional rumble sound.

v1.0.0 116 Downloads GPL-3.0 Zuletzt aktualisiert Aug 21, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Sep 3, 2025 1 Versionen
csb_earthquake.sma main 3e41765 4.7 KB
README.md

CSB Earthquake makes the whole server tremble. It fires a ScreenShake at every player on a repeating tick, and while the quake runs it can give players standing on the ground a small random push so it feels like the floor is moving. Quakes happen automatically at a random interval between csb_quake_min_interval and csb_quake_max_interval, or on demand with amx_earthquake [seconds].

Features

  • Automatic quakes on a randomised timer, plus the amx_earthquake command.
  • Configurable csb_quake_amplitude and csb_quake_duration.
  • Optional ground push (csb_quake_push) using the player's velocity.
  • Optional rumble sound via csb_quake_sound (precached only if you set one).

Installation

  1. Compile csb_earthquake.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.
  3. To use a rumble sound, put a .wav under cstrike/sound/ and set csb_quake_sound to its path (relative to the sound folder).

amx_earthquake needs the ADMIN_LEVEL_A flag (b).

Installation
1. Put csb_earthquake.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map
4. (Optional) set csb_quake_sound to a rumble .wav you have added
Cvars
CVARDefaultDescription
csb_quake_enabled 1 Master enable for quakes.
csb_quake_auto 1 Enable automatic random-interval quakes.
csb_quake_min_interval 120 Minimum seconds between automatic quakes.
csb_quake_max_interval 300 Maximum seconds between automatic quakes.
csb_quake_duration 5 Quake length in seconds.
csb_quake_amplitude 8 Screen shake amplitude.
csb_quake_push 1 Also push grounded players around (0 to disable).
csb_quake_sound Optional rumble sound path under the sound folder (empty = silent).
Befehle
CommandAccessDescription
amx_earthquake b (ADMIN_LEVEL_A) amx_earthquake [seconds] - trigger an earthquake now.
Änderungsprotokoll — v1.0.0
1.0.0 - Initial release.
Versionen →
Bewertung

No ratings yet.

Info
Download v1.0.0
Compiled live from the source below — nothing pre-built.
.sma herunterladen
Anforderungen
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module fakemeta fun
Mitwirkende
Zurück zu den Plugins