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

amxx reapi ReDeathrun 0.0.2

Нет прав для скачивания
Установка
Скомпилируйте плагин.
Скопируйте файл словаря в каталог: amxmodx/data/lang/
Скопируйте файлы .cfg в каталог: amxmodx/configs/
Скопируйте скомпилированный файл .amxx в директорию: amxmodx/plugins/
Пропишите .amxx в файле /amxmodx/configs/plugins.ini
Настройки
redeathrun_core.cfg

Код:
// ReDeathrun
//
rd_block_spray "1" ; Blocking spray
rd_block_kill "1" ; Blocking kill yourself
rd_retry_terrorist "1" ; Set a new terrorist when the terrorist left the game.

// Auto Join CT Team and No Auto Team Balance
//
mp_auto_join_team "1"
humans_join_team "CT"
mp_limitteams "0"
mp_autoteambalance "0"

// Auto Respawn
//
mp_forcerespawn "4"

// Round Infinite (Blocking round restart when terrorist left the game)
// b - block needed players round end check
//
mp_round_infinite "b"

// Air Accelerate
sv_airaccelerate 101
sv_airmove 101

// Others
//
mp_buytime "0" ; Blocking buytime
mp_radio_maxinround "0" ; Blocking using radio
mp_give_player_c4 "0" ; Blocking giving C4
mp_falldamage "0" ; Blocking damage from falling.
Сверху Снизу