CSB Jetpack

v1.0.0 1 Downloads Daemon666 Zuletzt aktualisiert: Jul 15, 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.

Installation

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

Cvars

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

Befehle

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

Änderungsprotokoll — v1.0.0

1.0.0 - Initial release.
Versionen →
Mitwirkende: Daemon666 ✦
Ursprünglicher Autor: VEN (Jetpack) Lizenz: GPL-3.0

Bewertung

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
.sma herunterladen
Dateien:
csb_jetpack.sma main 5.2 KB

Anforderungen

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module fakemeta fun
Bekannte Konflikte Other plugins that overwrite player velocity every frame (some gravity/no-clip mods) can fight the jetpack for control.
Zurück zu den Plugins