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//rocketwith 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
- Enable the
fakemeta,hamsandwichandfunmodules inmodules.ini. - Compile
csb_rocket_launcher.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map, then
bind mouse2 +rocket.









