Daemon666 / CSB Jump Pads Public

Admins place invisible jump pads with /addpad; touching one launches the player with a sound and a beam marker. Pads persist per map in nVault.

v1.0.0 122 descărcări GPL-3.0 Ultima actualizare Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Sep 3, 2025 1 Versiuni
csb_jump_pads.sma main c119d85 7.6 KB
README.md

CSB Jump Pads lets admins add launch pads to any map without editing the BSP. Stand where you want a pad, look in the launch direction and type /addpad: the pad's origin and a velocity built from your aim and csb_pad_power are saved to an nVault keyed by map, so they come back after a map change. When a grounded player steps within csb_pad_radius of a pad, their velocity is set to the pad's launch vector, a pickup sound plays and a short cooldown stops repeat firing.

Features

  • /addpad, /delpad (nearest) and /clearpads for admins.
  • Launch direction comes from where the admin was looking.
  • Pads stored per map in nVault; up to 32 per map.
  • Beam marker drawn over each pad so players can see them.

Installation

  1. Enable the fakemeta, fun and nvault modules in modules.ini.
  2. Compile csb_jump_pads.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map. Placing a pad needs the t (ADMIN_LEVEL_H) flag by default.
Instalare
1. Enable the fakemeta, fun and nvault modules in addons/amxmodx/configs/modules.ini
2. Put csb_jump_pads.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvar-uri
CVARDefaultDescription
csb_pad_enabled 1 Enable or disable jump pads.
csb_pad_radius 80 Trigger radius around a pad in units.
csb_pad_power 600 Launch power used when placing a new pad.
Comenzi
CommandAccessDescription
say /addpad t (ADMIN_LEVEL_H) Place a jump pad at your feet aimed where you look.
say /delpad t (ADMIN_LEVEL_H) Remove the nearest jump pad.
say /clearpads t (ADMIN_LEVEL_H) Remove all jump pads on this map.
Jurnal de modificări — v1.0.0
1.0.0 - Initial release.
Versiuni →
Evaluare

No ratings yet.

Despre
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Descarcă .sma
Cerințe
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opțional
ReAPI Opțional
Metamod Metamod / Metamod-r
Module fakemeta fun nvault
Conflicte cunoscute None known. Pads are purely server-side; they do not use real map entities.
Contribuitori
Înapoi la Pluginuri