CS2 implementation of weapons damage multiplier plugin written in C# for CounterStrikeSharp.
The configuration file can be found at the following path: addons\counterstrikesharp\configs\plugins\DamageMultiplierCS2\DamageMultiplierCS2.json
{
"Permissions": {
"*": {
"Weapons": {
"*": 1,
"hegrenade": 1.1
}
},
"@css/vip": {
"Weapons": {
"*": 1.25
}
}
},
"ConfigVersion": 1
}
- Download the zip file from the latest release, and extract the contents into your
counterstrikesharp/plugins
directory.
If you appreciate the project then please take the time to star the repository 🙏