CSB Bunny Hop

v1.0.0 4 загрузок Daemon666 Обновлено: Jul 15, 2026

Server-side auto bunny hop with a speed cap, team/flag gating and a per-player /bhop toggle.

CSB Bunny Hop gives you server-side auto bhop without a client-side script. While a player holds +jump, the plugin catches the frame they land in a PlayerPreThink hook, sets the jump velocity and clears FL_ONGROUND so the engine never applies the usual landing friction — the result is a clean, chainable hop.

It ships with a horizontal speed cap (csb_bhop_maxspeed, 0 = uncapped) so bhop does not turn into a rocket, team/flag gating for VIP-only or surf-style servers, and a per-player /bhop toggle for players who would rather jump manually.

Inspired by the well-known Auto BunnyHop by ConnorMcLeod. Independent GPL re-implementation; no original code is reused.

Features

  • Pure server-side — nothing for the client to install.
  • Optional horizontal speed cap.
  • Team and/or admin-flag gating.
  • Per-player /bhop on/off toggle (can be locked with csb_bhop_allow_toggle).

Installation

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

Notes

For the smoothest feel also raise sv_enablebunnyhopping 1 where your engine supports it; this plugin works regardless, but the engine cvar removes the last bit of speed clamping.

Установка

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

Cvar-ы

CVARDefaultDescription
csb_bhop_enabled 1 Enable or disable auto bunny hop.
csb_bhop_flag Admin flag required (empty = everyone).
csb_bhop_team 0 Team allowed to bhop (0 = any, 1 = T, 2 = CT).
csb_bhop_maxspeed 0 Horizontal speed cap while bhopping (0 = uncapped).
csb_bhop_allow_toggle 1 Allow players to turn bhop off for themselves with /bhop.

Команды

CommandAccessDescription
say /bhop Toggle auto bunny hop on/off for yourself.

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

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

Рейтинг

No ratings yet.

Download v1.0.0

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

Требования

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