PDA

View Full Version : HL Laser Beam


Turanga_Leela
05-16-2012, 09:17
For - hl/cs/csz

Authors: KORD_12.7 & Turanga_Leela
v0.2a - [31.01.2012]

Description:
Adds lasers to rifles (color(red/blue) depend from weapon (hl) or team(cstrike))

Options:
#define Half_Life // remove comment for Half-Life
#define BEAM_NOISE 0 // noise
#define BEAM_BRIGHTNESS 256.0 // brightness
#define BEAM_WIDTH 7.5 // width

#define COLOR_I {255.0, 0.0, 0.0} // team = terrorists, or weapon = crossbow (color = 1)
#define COLOR_II {0.0, 0.0, 255.0} // team = counter-terrorists, or weapon = python (color = 2)

PS
Special Thanks unnamed :)

SHIELD755
03-30-2019, 03:34
Nice plugin :)

HamletEagle
09-02-2021, 12:06
I will unapprove this because settings must be cvars/configurable in a file, not hardcoded inside the sma file.