CSB Jetpack

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

A fuel-limited jetpack: hold +jetpack to fly along your aim with lift and a thrust light, drain a fuel bar, and refill it on the ground. Access can be flag-restricted.

CSB Jetpack gives players a jetpack on a key bind. While +jetpack is held the player is pushed along their aim direction (velocity_by_aim) with an upward lift, a thrust light burns at their feet and a fuel bar drains on the HUD. Standing on the ground refills the tank. Access can be locked behind an admin flag so it becomes a VIP perk.

Inspired by VEN's classic Jetpack plugin. Independent GPL re-implementation; no original code is reused.

Features

  • Bind a key to +jetpack; hold to fly, release to stop.
  • Fuel bar shown on the HUD, draining in flight and regenerating on the ground.
  • Tunable thrust (csb_jet_power), lift, drain and regen rates.
  • Optional VIP gate via csb_jet_flag.

Installation

  1. Compile csb_jetpack.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.
  3. Tell players to bind a key, e.g. bind mouse2 +jetpack.

Установка

1. Put csb_jetpack.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map
4. Players bind a key: bind mouse2 +jetpack

Cvar-ы

CVARDefaultDescription
csb_jet_enabled 1 Master enable for the jetpack.
csb_jet_power 320 Forward thrust speed.
csb_jet_lift 170.0 Upward push while thrusting.
csb_jet_drain 1.5 Fuel consumed per 0.1s tick in flight.
csb_jet_regen 2.0 Fuel regained per 0.1s tick on the ground.
csb_jet_flag Required admin flag(s) to use the jetpack (empty = everyone).

Команды

CommandAccessDescription
+jetpack Hold to fire the jetpack (bind a key to it).

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

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

Рейтинг

No ratings yet.

Download v1.0.0

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

Требования

AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta fun
Известные конфликты Other plugins that overwrite player velocity every frame (some gravity/no-clip mods) can fight the jetpack for control.
Назад к плагинам