Daemon666 / CSB Jetpack Публичен

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.

v1.0.0 148 изтегляния GPL-3.0 Последна актуализация Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 24, 2026 1 Версии
csb_jetpack.sma main 726482d 5.2 KB
README.md

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.
Версии →
Оценка

No ratings yet.

Относно
  • Fun
  • Лиценз: GPL-3.0
  • Daemon666
  • Оригинален автор: VEN (Jetpack)
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Изтегли .sma
Изисквания
AMX Mod X ≥ 1.9
Engine 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.
Сътрудници
Обратно към плъгините