Summary
🔹 The KILL FEED script displays real-time player kill notifications on the server UI.
🔹Скрипт KILL FEED отображает сообщения о убийствах игроков в реальном времени в интерфейсе сервера.
Description
🔹The KILL FEED script for Arma Reforger captures player death events on the server and displays them as live notifications in the user interface (HUD or chat log).
For each kill event, the system processes:
killer name
victim name
weapon type (if implemented)
distance (if enabled)
After processing, the data is sent to the UI and shown as a kill feed entry, for example:
Player1 → Player2 (AK-74).
The system is event-driven on the server side and can be extended for statistics tracking, admin tools integration, or detailed combat logging.
🔹Скрипт KILL FEED для Arma Reforger фиксирует события смерти игроков на сервере и выводит их в виде уведомлений в интерфейсе (HUD или лог-чат).
При каждом убийстве система определяет:
имя убийцы
имя жертвы
тип оружия (если реализовано)
дистанцию (если включено)
После обработки события данные отправляются в UI, где отображаются в виде строки kill feed (например:
Player1 → Player2 (AK-74)).
Система работает через серверные события и может быть расширена для статистики, логирования или интеграции с админ-панелью.
License
Arma Public License (APL)