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_earthquakecommand. - Configurable
csb_quake_amplitudeandcsb_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
- Compile
csb_earthquake.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map. - To use a rumble sound, put a .wav under
cstrike/sound/and setcsb_quake_soundto its path (relative to the sound folder).
amx_earthquake needs the ADMIN_LEVEL_A flag (b).









