Damage-Roulette

amxx Damage-Roulette 1.3.1

Нет прав для скачивания
Установка
  1. Скомпилируйте плагин (инструкция).
  2. Скопируйте скомпилированный файл .amxx в директорию: amxmodx/plugins/
  3. Пропишите .amxx в файле amxmodx/configs/plugins.ini
  4. Скопируйте словарь плагина .txt в директорию amxmodx/data/lang/
  5. Скопируйте файлы .wav в директорию sound/damage-roulette/
  6. Скопируйте файлы .spr в директорию sprites/damage-roulette/
  7. Смените карту или перезапустите сервер.
Настройки
В .sma:

C++:
#define AUTOMATIC_CONFIG //Автоматическое создание CFG.
#define OPERATION_FIREWORKS //Влияет на работу феерверка (если закомментировано, то ресурсы для феерверка скачиваться не будут, а также все что связано с этим).

В .cfg:

Код:
// This file was auto-generated by AMX Mod X (v1.9.0.5247)
// Cvars for plugin "Damage-Roulette" by "wellasgood" (Damage-Roulette.amxx, v1.3.1)


// Num of damage (how much in + to the winner's damage)
// -
// Default: "5"
dmg_number "5"

// Num of players that will work after recruitment.
// -
// Default: "2"
// Minimum: "0.000000"
// Maximum: "32.000000"
dmg_players "2"

// The time before the error starts. (small player)
// -
// Default: "6.0"
dmg_time_next_one "6.0"

// Time from the new round to the work of all.
// -
// Default: "4.0"
dmg_time_next_two "4.0"

// The time of the extinction of the warning errors run.
// -
// Default: "3.0"
dmg_bug_end_one "3.0"

// Time of fading of the notification of the cause of the launch error.
// -
// Default: "3.0"
dmg_bug_end_two "3.0"

// Firework launch to the winner. (off|on > 0|1)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
dmg_fw_en "1"

// The num of consecutive start of the fireworks to the winner.
// -
// Default: "5"
dmg_fw_num "5"

// Time until the initial charge of the fireworks.
// -
// Default: "0.3"
dmg_fw_time_one "0.3"

// Time to re-charge the fireworks.
// -
// Default: "0.8"
dmg_fw_time_two "0.8"

// Visibility of fireworks near the player. (all|one > 0|1)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
dmg_fw_msg "1"

// Num, for the passage of the rapid sounds of roulette.
// -
// Default: "30"
dmg_scroll_allow "30"

// Max num of roulette, after which there will be a victory.
// -
// Default: "35"
dmg_scroll_exit "35"

// For quick passage of the roulette sound.
// -
// Default: "0.1"
dmg_scroll_speedy "0.1"

// For slow passage of the roulette sound.
// -
// Default: "0.7"
dmg_scroll_slow "0.7"

// For fading hud messages (the initial info about the plugin).
// -
// Default: "5.0"
dmg_scroll_end_one "5.0"

// For fading hud messages (info to everyone except the winner).
// -
// Default: "5.0"
dmg_scroll_end_two "5.0"

// For fading hud messages (info personally to the winner).
// -
// Default: "5.0"
dmg_scroll_end_three "5.0"
Сверху Снизу