Daemon666 / CSB Rocket Launcher Публичный

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

v1.0.0 121 загрузок GPL-3.0 Обновлено Aug 24, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 21, 2025 1 Версии
csb_rocket_launcher.sma main 4580eba 7.3 KB
README.md

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.
Версии →
Рейтинг

No ratings yet.

О плагине
  • Fun
  • Лицензия: GPL-3.0
  • Daemon666
  • Оригинальный автор: AMXX community (RPG concept)
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Скачать .sma
Требования
AMX Mod X ≥ 1.9
Движок 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.
Участники
Назад к плагинам