Иконка ресурса

amxx reapi module [Level System] Stats 1.0.4 Alpha

Нет прав для скачивания
Установка
  1. Скомпилировать плагин level_system_stats.sma (Инструкция)
  2. Скопировать level_system_stats.amxx файл в директорию: amxmodx/plugins
  3. Прописать level_system_stats.amxx файл в конце plugins-levelsystem.ini
Настройки
C++:
// Table name
// -
// Default: ""
stats_name_table ""

// After how many days to delete inactive players from the database
// -
// Default: "7"
stats_clear_db_player "7"

// After how many days to clear the database
// -
// Default: "30"
stats_clear_db "30"

// Minimum number of players to account for statistics
// -
// Default: "5"
stats_min_players "5"


// Method of saving statistics
// -1 - When disconnecting
// 0 - At the end of the round
// 1 - At the death of the player
// 2 - Upon death and disconnection of the player
// -
// Default: "-1"
stats_save "-1"
Сверху Снизу