Skip to content

Next21Team/Light-When-Shooting

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages