Randomly turns a round into a low-gravity round with an announcement and HUD indicator, restoring gravity at round end.
Daemon666
1.0.0 - Initial release.
| csb_low_gravity_event.sma main | d510f1b | 3.2 KB |
README.md
CSB Low Gravity Event keeps public rounds fresh. At each round start there is a configurable chance to drop sv_gravity for the whole round; it is announced in chat, shown on the HUD, and the server's normal gravity is restored the moment the round ends. Admins can force one on demand with amx_lowgrav.
Features
- Chance-based low-gravity rounds via
csb_lowgrav_chance. - Gravity value is a cvar (
csb_lowgrav_value). - Saves and restores the real
sv_gravityso nothing is left changed. amx_lowgravforces a low-gravity round (admin levela).
Installation
- Compile
csb_low_gravity_event.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.
Installation
1. Put csb_low_gravity_event.amxx in addons/amxmodx/plugins/ and add it to plugins.ini 2. Change map
Cvars
| CVAR | Default | Description |
|---|---|---|
csb_lowgrav_enabled |
1 |
Enable or disable random low gravity rounds. |
csb_lowgrav_chance |
20 |
Percent chance per round for a low gravity round. |
csb_lowgrav_value |
300 |
sv_gravity value used during the event. |
Befehle
| Command | Access | Description |
|---|---|---|
amx_lowgrav |
a (ADMIN_LEVEL_A) |
Force a low gravity round immediately. |
Änderungsprotokoll — v1.0.0
1.0.0 - Initial release.Versionen →
Bewertung
No ratings yet.
Download v1.0.0
Anforderungen
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Optional |
| ReAPI | Optional |
| Metamod | Metamod / Metamod-r |
| Bekannte Konflikte | Other plugins that change sv_gravity per round may fight over the value. |
Mitwirkende









