CSB Rocket Launcher

v1.0.0 0 изтегляния Daemon666 Последна актуализация: Jul 15, 2026

Fires a modelled rocket with a smoke trail that flies straight and explodes on impact with radius damage and knockback.

CSB Rocket Launcher hands players a real rocket. Bind a key to +rocket (or use /rocket): on a short cooldown it spawns a rocket entity along your aim with a model and a beam-follow smoke trail, flying at a constant speed. A fast task traces the rocket's next step every frame; when it hits a wall or reaches a player it detonates with an explosion sprite, distance-scaled radius damage through Ham_TakeDamage, and a knockback push away from the blast, all credited to the shooter.

Inspired by the community Rocket Launcher / RPG plugins. Independent GPL re-implementation.

Features

  • +rocket / /rocket with a cooldown.
  • Modelled rocket with a smoke trail and firing sound.
  • Distance-scaled radius damage plus knockback on detonation.
  • Speed, damage, radius and cooldown are all cvars.

Installation

  1. Enable the fakemeta, hamsandwich and fun modules in modules.ini.
  2. Compile csb_rocket_launcher.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map, then bind mouse2 +rocket.

Инсталация

1. Enable the fakemeta, hamsandwich and fun modules in addons/amxmodx/configs/modules.ini
2. Put csb_rocket_launcher.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
4. bind a key to +rocket

Cvar-и

CVARDefaultDescription
csb_rl_enabled 1 Enable or disable the rocket launcher.
csb_rl_speed 900.0 Rocket flight speed in units per second.
csb_rl_damage 120.0 Maximum blast damage at the centre.
csb_rl_radius 220.0 Blast radius in units.
csb_rl_cooldown 1.5 Seconds between rockets per player.

Команди

CommandAccessDescription
+rocket Fire a rocket along your aim.
say /rocket Fire a rocket along your aim.

Списък с промени — v1.0.0

1.0.0 - Initial release.
Версии →
Сътрудници: Daemon666 ✦
Оригинален автор: AMXX community (RPG concept) Лиценз: GPL-3.0

Оценка

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Изтегли .sma
Файлове:
csb_rocket_launcher.sma main 7.3 KB

Изисквания

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули fakemeta hamsandwich fun
Известни конфликти The rocket, smoke and explosion sprites/models must exist on the server; they ship with base Half-Life/CS.
Обратно към плъгините