Next21Team / Light-When-Shooting

AMX Mod X plugin for creating lighting when shooting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light When Shooting

English | Русский

AMX Mod X plugin for Counter-Strike.

The plugin adds a light effect (small aura) when firing a weapon. When firing with a silencer, the aura is significantly less.

Configuration

The configuration is done in the source file:

const LightRadius = 20	// Radius of light
const LightR = 255	 // RGB Red
const LightG = 155	 // RGB Green
const LightB = 55	 // RGB Blue
const LightLife = 8	 // Time before the light disappears
const LightDecay = 60	// Light fading

Authors

About

AMX Mod X plugin for creating lighting when shooting


Languages

Language:Pawn 100.0%