Intended use
This is built as a team deathmatch plugin, with player configurable loadouts, killstreaks, and a (mid) buy menu integration.
Installation
NOTE: I'd recommend updating dllinclude\CounterStrikeSharp.dll to the exact version running on your server for maximum compatibility, the included dll is v27.
dotnet build
Install CounterStrikeSharp
Create a directory named DeathmatchPlugin in game/csgo/addons/counterstrikesharp/plugins
Place bin/[Release|Debug]/net7.0/DeathmatchPlugin.dll in the directory you just created
profit?
Configuration
plugins/deathmatch.config.json: (default)
https://github.com/charliethomson/Death ... s/main.zip{
"chatSpamMessages": [
"<lime>Type /guns in chat to get a printout (in console) of all weapon commands!</lime>"
],
"chatPrefix": "[<green>DM</green>]",
"debug": false
}

