Hold +use while falling to deploy a parachute that clamps your fall speed and shows a model above you, with fall-speed, VIP-only and per-round-limit cvars.
Daemon666
1.0.0 - Initial release.
| csb_parachute.sma main | dcffb33 | 4.5 KB |
README.md
CSB Parachute lets players float down safely: hold +use while falling and the plugin clamps your downward velocity in PlayerPreThink and shows a parachute model attached above you (pev_aiment with MOVETYPE_FOLLOW). Let go of +use or touch the ground and the parachute disappears instantly.
Features
- Smooth, configurable fall speed (
csb_para_fallspeed). - Optional VIP gate: set
csb_para_vipflagto an admin flag to restrict it. - Per-round use limit (
csb_para_maxperround, 0 = unlimited). - Parachute model precached at map start; if the model is missing the fall is still slowed, just without a visible chute.
- Cleaned up on landing, death, respawn, round start and disconnect - no stray entities.
Model
Put a parachute model at cstrike/models/csb_parachute.mdl and add it to your fastdl. Any standard parachute .mdl works; the plugin sets sequence 0 and lets the model animate.
Installation
- Enable the
fakemetamodule inmodules.ini(default on). - Compile, copy
csb_parachute.amxxintoplugins/, add it toplugins.ini. - Upload the model and change the map. Jump from a height and hold
+use.
Inspired by the well-known "Parachute" plugin by KRoTaL and later VEN; independent GPL re-implementation.
Installation
1. Ensure the fakemeta module is enabled in modules.ini 2. Put csb_parachute.amxx in addons/amxmodx/plugins/ and add it to plugins.ini 3. Upload cstrike/models/csb_parachute.mdl and add it to fastdl 4. Change map
Cvars
| CVAR | Default | Description |
|---|---|---|
csb_para_enabled |
1 |
Enable or disable the parachute. |
csb_para_fallspeed |
100 |
Downward speed (units/s) while the parachute is open. |
csb_para_vipflag |
|
Admin flag required to use the parachute (empty = everyone). |
csb_para_maxperround |
0 |
Maximum parachute deploys per round (0 = unlimited). |
Befehle
| Command | Access | Description |
|---|---|---|
+use |
|
Hold while falling to deploy the parachute. |
Ä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 |
| Bekannte Konflikte | Other parachute or fall-damage/slow-fall plugins may conflict on velocity - run only one. |
Mitwirkende









