CSB Multi Jump

v1.0.0 7 descărcări Daemon666 Ultima actualizare: Jul 15, 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.

Instalare

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

Cvar-uri

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

Jurnal de modificări — v1.0.0

1.0.0 - Initial release.
Versiuni →
Contribuitori: Daemon666 ✦
Autor original: VEN (Multi Jump) Licență: GPL-3.0

Evaluare

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descarcă .sma
Fișiere:
csb_multi_jump.sma main 3.0 KB

Cerințe

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opțional
ReAPI Opțional
Metamod Metamod / Metamod-r
Module fakemeta
Conflicte cunoscute Any other multi/double jump plugin - run only one.
Înapoi la Pluginuri