// Флаги доступа для воскрешения/минирования
// Access flags for resurrection/planting
// Default: ""
rt_access ""
// Максимальное кол-во воскрешений за раунд
// Maximum number of resurrections per round
// Maximum: "16"
// Default: "8"
// Minimum: "1"
rt_max_revives "8"
// Максимальное кол-во спавнов одного игрока за раунд
// Maximum number of spawns per player per round
// Default: "2"
// Minimum: "1"
rt_max_spawns "1"
// Заблокировать стрельбу во время воскрешения/минирования
// Block shooting during resurrection/planting
// Default: "1"
// Minimum: "0"
// Maximum: "1"
rt_no_fire "1"
// Нельзя воскрешать/минировать, если стоит бомба
// You cannot resurrect/plant if there is a bomb
// Default: "1"
// Minimum: "0"
// Maximum: "1"
rt_bomb "1"
// Нельзя воскрешать/минировать, если остались 1x1
// You can't resurrect/plant if there are 1x1 left
// Default: "1"
// Minimum: "0"
// Maximum: "1"
rt_duel "1"
// Нельзя воскрешать/минировать, если в одной из команд остался 1 живой игрок
// You cannot resurrect/plant if there is 1 live player left in one of the teams
// Default: "0"
// Minimum: "0"
// Maximum: "1"
rt_survivor "0"
// С какого раунда доступно воскрешение/минирование
// From which round is resurrection/planting available
// Default: "1"
// Minimum: "1"
rt_min_round "1"
// Невозможно двигаться во время воскрешения/минирования. 0 - можно, 1 - нельзя, 2 - можно, но рядом с трупом
// Unable to move during resurrection/planting. 0 - allowed, 1 - not allowed, 2 - allowed, but close to corpse
// Default: "1"
// Minimum: "0"
// Maximum: "2"
rt_no_move "0"
// Стоимость воскрешения
// Cost of resurrection
// Default: "0"
// Minimum: "0"
rt_revive_cost "0"
// Стоимость минирования
// Cost of planting
// Default: "0"
// Minimum: "0"
rt_planting_cost "0"
// Запрет на воскрешение/минирование для доминирующей команды(последовательные победы

// Prohibition of resurrection/mining for the dominant team(consecutive wins)
// Default: "5"
// Minimum: "0"
rt_wins_domination "0"
// Запрет на воскрешение/минирование, если до конца раунда осталось мало времени
// Prohibition resurrection/planting if there is little time left until the end of the round
// Default: "30.0"
// Minimum: "0.0"
rt_remaining_time "30.0"
)


