a plugin that creates effects on shooting & attacking
Enable - Default: false
(option to disable per effect)
File: - Default: see examples below
(particle file to use on the effect)
Permission - Default: ""
(empty for no check, @css/reservation for vip)
Team - Default: ""
(T for Terrorist, CT for CounterTerrorist or empty for both)
Color - Default: "random"
(value is RGB (255 255 255))
Width - Default: 1
(set how wide the beam should be)
Lifetime - Default: 3
(how many seconds the the effect should last)
Height - Default: 0
(how many units to add on vitim AbsOrigin)
{
"Tracer": {
"Enable": true,
"Color": "random",
"Width": 1,
"Lifetime": 3
},
"Impact": {
"Enable": true,
"File": "particles/ambient_fx/aircraft_navred.vpcf",
},
"HitEffect": {
"Enable": true,
"File": "particles/weapons/cs_weapon_fx/weapon_taser_glow.vpcf",
"Height": 32
},
"KillEffect": {
"Enable": true,
"File": "particles/explosions_fx/explosion_basic.vpcf",
"Permission": "",
"Team": "",
"Height": 0
}
}