CSB Parachute

v1.0.0 0 descargas Daemon666 Última actualización: Jul 14, 2026

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_vipflag to 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

  1. Enable the fakemeta module in modules.ini (default on).
  2. Compile, copy csb_parachute.amxx into plugins/, add it to plugins.ini.
  3. 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.

Instalación

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

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

Comandos

CommandAccessDescription
+use Hold while falling to deploy the parachute.

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Autor original: KRoTaL / VEN (Parachute) Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_parachute.sma main 4.5 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta
Conflictos conocidos Other parachute or fall-damage/slow-fall plugins may conflict on velocity - run only one.
Volver a Plugins