Penetrable Shield v1.5
Posted: Mon Nov 22, 2021 5:01 pm
Description:
This plugin makes the shield of counter strike penetrable.
Modules:
Fakemeta
Hamsandwich
Cvars:
source
This plugin makes the shield of counter strike penetrable.
Modules:
Fakemeta
Hamsandwich
Cvars:
plugin// How the cvars work:
// 1.0 means that we don't have shield anymore
// 0.0 shield will never be penetrated
// 0.5 - 50% chance the shield will be penetrated
// 0.05 - 5% chance the shield will be penetrated
ps_ch_knife 0.05 // Chance for knife
ps_ch_pistols 0.05 // Chance for pistols
ps_ch_shotguns 0.1 // Chance for shotguns
ps_ch_submachine 0.2 // Chance for sub-machine guns
ps_ch_rifles 0.25 // Chance for rifles
ps_ch_snipers 0.5 // Chance for snipers
source