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

amxx Style C4 Timer v3.1

Нет прав для скачивания
Установка
1. Compile crx_c4timer.sma and move the compiled plugin in the plugins folder.
2. Move StyleC4Timer.ini in the configs folder.
Настройки
Настройки можно найти в разделе [Settings] в файле configs/StyleC4Timer.ini. В этом разделе вы найдете их краткое объяснение. Обязательно проверьте файл конфигурации на наличие всех деталей.

  • STYLE_MODE -- стиль таймера (ручной выбор/последовательный/случайный)
  • TIMER_STYLE -- id стиля таймера, если выбран ручной режим стиля
  • COLOR_MODE -- цветовой режим таймера (один цвет/цветовой цикл/случайный)
  • STARTING_COLOR -- начальный цвет таймера
  • COLOR_CYCLE -- если выбрана опция цветового цикла, то здесь вы можете установить, когда таймер изменит свой цвет и указать эти цвета
  • STARTING_POSITION -- исходное положение таймера
  • ENABLE_POSITION_CYCLE -- если включено, вы можете заставить таймер перемещаться по экрану каждую секунду.
  • POSITION_CYCLE -- координаты для движения таймера, если включена опция цикла позиции
  • MESSAGE_TYPE -- тип сообщения таймера (HUD/DHUD/центр).
  • OVERWRITE_ROUND_TIMER -- если эта функция включена, время раунда по умолчанию будет заменено таймером C4 в дополнение к сообщению HUD.
  • TIMER_SYNC -- если таймер не синхронизирован с фактическим взрывом, используйте эту настройку, чтобы настроить его.
  • START_MESSAGE_AT -- когда запустить сообщение таймера (0 заставит его запуститься сразу после того, как бомба будет установлена)
  • START_VOICE_AT -- когда начинать обратный отсчёт
  • VOICE_SPEAKER -- звуковая папка для обратного отсчета (vox/fvox/custom)

Стили можно найти в разделе [Styles] в файле configs/StyleC4Timer.ini. Внизу вы найдете краткое объяснение настроек стилей и того, как вы можете использовать их для изменения или создания своего собственного стиля.

  • Begin -- исходная точка стиля таймера
  • Add -- этот текст добавляется X раз к " begin ", где X - это значение квар "mp_c4timer".
  • End -- конечная точка стиля таймера
  • Replace symbol -- текст, который будет меняться каждую секунду
  • Replace with -- заменяющий текст
  • Preview -- это просто предварительный просмотр для конечных пользователей, он нигде не используется в коде.


The settings can be found in the [Settings] section in the file configs/StyleC4Timer.ini. In this thread you will find a brief explanation for them. Make sure to check the configuration file for full details.

  • STYLE_MODE -- timer style mode (manual selection/consecutive/random)
  • TIMER_STYLE -- timer style id if manual style mode is selected
  • COLOR_MODE -- timer color mode (one color/color cycle/random)
  • STARTING_COLOR -- timer starting color
  • COLOR_CYCLE -- if the color cycle option is selected, here you can set when the timer will change its color and specify those colors
  • STARTING_POSITION -- timer starting position
  • ENABLE_POSITION_CYCLE -- if enabled, you can make the timer move across the screen each second
  • POSITION_CYCLE -- coordinates for timer movement if the position cycle option is enabled
  • MESSAGE_TYPE -- timer message type (HUD/DHUD/center)
  • OVERWRITE_ROUND_TIMER -- if enabled, the default round time will be replaced with a C4 timer in addition to the HUD message
  • TIMER_SYNC -- if the timer isn't in sync with the actual explosion, use this setting to adjust it
  • START_MESSAGE_AT -- when to start the timer message (0 will make it start right after the bomb has been planted)
  • START_VOICE_AT -- when to start the voice countdown
  • VOICE_SPEAKER -- sound folder for the voice countdown (vox/fvox/custom)

The styles can be found in the [Styles] section in the file configs/StyleC4Timer.ini. Down below you will find a brief explanation of the style settings and how you can use them to modify or create your own style.

  • Begin -- the starting point of the timer style
  • Add -- this text is added X times to the "begin" one, where X is the value of the cvar "mp_c4timer"
  • End -- the ending point of the timer style
  • Replace symbol -- the text that will be replaced each second
  • Replace with -- the replacement text
  • Preview -- this is just a preview for end-users, it's not used anywhere in the code
Сверху Снизу