Shakes everyone's screen with ScreenShake at random intervals or on command, optionally shoving grounded players, with amplitude, duration and an optional rumble sound.
Daemon666
1.0.0 - Initial release.
| 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_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).
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
| CVAR | Default | Description |
|---|---|---|
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
| Command | Access | Description |
|---|---|---|
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
Anforderungen
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Optional |
| ReAPI | Optional |
| Metamod | Metamod / Metamod-r |
| Module | fakemeta fun |
Mitwirkende









