CS2 ShowDamage
Simple showdamage plugin for CS2
Requirements
Instalation
- Download the latest release from https://github.com/abnerfs/cs2-showdamage/releases
- Extract the .zip file into
addons/counterstrikesharp/plugins
- Enjoy
Config
- A config file will be created in
addons/counterstrikesharp/configs/plugins/ShowDamage
the first time you load the plugin. - Changes in the config file will require you to reload the plugin or restart the server (change the map won’t work).
// This configuration was automatically generated by CounterStrikeSharp for plugin 'ShowDamage', at 2023/11/21 10:06:01
{
"AdminGroup": "", // In case you want restrict the plugin functionality to specific admin groups, see https://docs.cssharp.dev/admin-framework/defining-groups/
"HideDamage": false, // Enable this in case you want the player to know it hits but not to know the amount of damage
"ShowArmorDmg": true, // Whether or not armor damage should be shown
"Version": 1 // Don't change this
}
Download / Go to latest repository