// Debug filename in 'amxmodx/logs'. Should be commented by default.
//
// Имя логфайла отладки в 'amxmodx/logs'. По-умолчанию должно быть закомментировано.
//new const DEBUG[] = "PollDebug.log"
// Create config with cvars in 'configs/plugins' and execute it?
// Also here you can set the name of the config (do not use dots and spaces!). Empty value = default name.
//
// Создавать конфиг с кварами в 'configs/plugins', и запускать его?
// Так же здесь можно задать имя конфига (не используйте точки и пробелы!). Пустое значение = имя по-умолчанию.
new const AUTO_CFG[] = ""
// Dictionary file and at the same time, config, in 'data/lang'
//
// Файл словаря и одновременно, конфиг, в 'data/lang'
new const LANG_FILE[] = "poll.txt"
// Main log filename in 'amxmodx/logs'
//
// Имя основного логфайла в 'amxmodx/logs'
new const MAINLOG_FILENAME[] = "poll_main.log"
// SQL errorlog filename in 'amxmodx/logs'
//
// Имя логфайла ошибок работы с базой данных в 'amxmodx/logs'
new const SQLERRLOG_FILENAME[] = "poll_sql_errors.log"
// Plugin initialization delay. Do not change without understanding the consequences!
//
// Задержка инициализации плагина. Не меняйте без понимания последствий!
const Float:SYSTEM_INIT_DELAY = 4.0