CS2 implementation of vampirism plugin written in C# for CounterStrikeSharp.
The configuration file can be found at the following path: addons\counterstrikesharp\configs\plugins\VampirismCS2\VampirismCS2.json
{
"Permissions": {
"*": {
"Enabled": true,
"OnHeadShotOnly": true,
"OnKillOnly": true,
"Multiplier": 0.5,
"GG_IgnoreLeader": true
},
"@css/vip": {
"Enabled": true,
"OnHeadShotOnly": true,
"OnKillOnly": true,
"Multiplier": 0.75,
"GG_IgnoreLeader": false
}
},
"ConfigVersion": 1
}
Integration with GunGame:
GG_IgnoreLeader
parameter allow you to enable ignoring of GunGame leader
- Download the zip file from the latest release, and extract the contents into your
addons/counterstrikesharp
directory.
If you appreciate the project then please take the time to star the repository 🙏