CSB Earthquake

v1.0.0 3 downloads Daemon666 Última atualização: Jul 16, 2026

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

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

Instalação

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

Comandos

CommandAccessDescription
amx_earthquake b (ADMIN_LEVEL_A) amx_earthquake [seconds] - trigger an earthquake now.

Registro de alterações — v1.0.0

1.0.0 - Initial release.
Versões →
Colaboradores: Daemon666 ✦
Licença: GPL-3.0

Avaliação

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Baixar .sma
Arquivos:
csb_earthquake.sma main 4.7 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta fun
Voltar aos Plugins