CSB Multi Jump

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

Extra mid-air jumps. A fresh +jump while airborne re-launches the player; count and gating are cvars.

CSB Multi Jump lets players jump again in mid-air. In a PlayerPreThink hook the plugin watches for a fresh +jump press (not a held key) while the player is off the ground, and if they still have jumps left it sets their vertical velocity to the jump impulse. The counter refills the instant they touch the ground.

The number of extra jumps is csb_mj_max (default 1 = a double jump) and can be limited to a team (csb_mj_team) or an admin flag (csb_mj_flag) — handy for VIP-only air control.

Inspired by the well-known Multi Jump by VEN. Independent GPL re-implementation; no original code is reused.

Features

  • Configurable number of extra jumps.
  • Edge-detected jump input, so holding jump does not burn every extra jump at once.
  • Optional team and/or flag gating.
  • Adjustable jump impulse.

Installation

  1. Make sure the fakemeta module is enabled in modules.ini (default).
  2. Compile, copy csb_multi_jump.amxx into addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Instalación

1. fakemeta must be enabled in modules.ini (default)
2. Put csb_multi_jump.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_mj_enabled 1 Enable or disable multi jump.
csb_mj_max 1 Extra jumps allowed after the normal one.
csb_mj_impulse 265.0 Upward velocity of each extra jump.
csb_mj_flag Admin flag required (empty = everyone).
csb_mj_team 0 Team allowed to multi jump (0 = any, 1 = T, 2 = CT).

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Autor original: VEN (Multi Jump) 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_multi_jump.sma main 3.0 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta
Conflictos conocidos Any other multi/double jump plugin - run only one.
Volver a Plugins