Files
CS2-SimpleAdmin/Modules/AntiDLL-CS2-SimpleAdmin/settings.ini
Dawid Bepierszcz 708ae6cb90 1.7.4b
【UPDATE 1.7.4b】

**🆕  What's new and what's changed:**
- Added support for MySQL SSL (DatabaseSSlMode in config)
2025-02-19 12:27:24 +01:00

16 lines
1.3 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"Config"
{
// Доступные переменные: {userid}, {steamid}, {name}
"punish_type" "1" // 0 - kick, 1 - command(punish_command)
"punish_command" "css_addban {steamid} 0 [AC] Cheats detected #5" // Command to execute when a player is detected with a DLL
// Команда для выполнения, когда игрок обнаружен с DLL
"chat_message" "" // Сообщение в чат при обнаружении DLL для всех игроков, пусто - не отправлять
// Chat message when a player is detected with a DLL for all players, empty - dont send
"logs" "1" // Логировать в файл наказания? 0 - нет, 1 - да
// Log punishments to file? 0 - no, 1 - yes
"interval" "120" // Интервал проверки игроков на наличие DLL в секундах
// Interval to check players for DLL in seconds
}