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









