CSB Multi Jump

v1.0.0 11 загрузок Daemon666 Обновлено: 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.

Установка

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

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

История изменений — v1.0.0

1.0.0 - Initial release.
Версии →
Участники: Daemon666 ✦
Оригинальный автор: VEN (Multi Jump) Лицензия: GPL-3.0

Рейтинг

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Скачать .sma
Файлы:
csb_multi_jump.sma main 3.0 KB

Требования

AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta
Известные конфликты Any other multi/double jump plugin - run only one.
Назад к плагинам