CSB Paintball

v1.0.0 0 téléchargements Daemon666 Dernière mise à jour: Jul 15, 2026

Turns bullets into paint: a coloured beam per shot, a splat decal at the impact point, and optional one-hit kills or normalised damage.

CSB Paintball paints the fight. In a Ham_TraceAttack hook every shot draws a coloured beam from the shooter to the impact point and stamps a decal there, with each player assigned their own colour. Damage can be normalised to a fixed value so every weapon feels the same, or set to a guaranteed one-hit kill for fast paintball rounds.

Inspired by Paintball Mod by dnz. Independent GPL re-implementation.

Features

  • Per-player colour beam on every shot.
  • Impact decals mark where paint lands.
  • One-hit-kill or fixed-damage modes.
  • No custom content required — uses the stock laser sprite.

Installation

  1. Enable the fakemeta and hamsandwich modules in modules.ini.
  2. Compile csb_paintball.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

1. Enable the fakemeta and hamsandwich modules in addons/amxmodx/configs/modules.ini
2. Put csb_paintball.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_pb_enabled 1 Enable or disable paintball.
csb_pb_onehit 0 One-hit kills when set to 1.
csb_pb_damage 35.0 Normalised damage per hit when not one-hit.

Journal des modifications — v1.0.0

1.0.0 - Initial release.
Versions →
Contributeurs: Daemon666 ✦
Auteur original: dnz Licence: GPL-3.0

Note

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Télécharger .sma
Fichiers:
csb_paintball.sma main 3.4 KB

Prérequis

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules fakemeta hamsandwich
Conflits connus Other plugins that override TraceAttack damage will conflict.
Retour aux Plugins