【UPDATE 1.7.4a】

**🆕  What's new and what's changed:**
- Exposed event `OnAdminShowActivity` - fire when the function of informing players of admin action is performed
- Exposed `ShowAdminActivity`
- Added module to integration with AntiDLL
- Added module to integration with Redis (plugin send info about penalties between all servers)
This commit is contained in:
Dawid Bepierszcz
2025-02-18 20:11:05 +01:00
parent 64e5f1156e
commit babcbc2119
50 changed files with 3277 additions and 39 deletions

View File

@@ -0,0 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CS2-SimpleAdmin_RedisInform", "CS2-SimpleAdmin_RedisInform.csproj", "{D04330AB-3B25-4A5C-8077-4ADD46A3FBF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D04330AB-3B25-4A5C-8077-4ADD46A3FBF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D04330AB-3B25-4A5C-8077-4ADD46A3FBF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D04330AB-3B25-4A5C-8077-4ADD46A3FBF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D04330AB-3B25-4A5C-8077-4ADD46A3FBF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal