- Поддерживаемые игры
- CS: Source (v34)
- CS: Source (OrangeBox)
- CS: GO
- Team Fortress 2
- DOD: Source
- Left 4 Dead (L4D/L4D2)
Плагин отображает название оружия, дистанцию и количество здоровья оставшееся у игрока который убил вас. Работает во всех играх движка Source.
Оригинал
Оригинал
- Переменные
- cfg/sourcemod/plugin.killer_info_display.cfg (автоматически создастся после первого запуска)
Не забудьте обновить настройки вручную если обновляете плагин!
Код:// Time in seconds after an announce about turning killer infos on/off is printed to chat, set to -1 to disable. // - // Default: "5" kid_announcetime "5" // Default client preference (0 - killer info display off, 1 - killer info display on) // - // Default: "1" kid_defaultpref "1" // Set to "meters" to show the distance in "meters" or "feet" for feet. // - // Default: "meters" kid_distancetype "meters" // Prints the killer info to the victims chat // - // Default: "1" kid_printtochat "1" // Displays the killer info to the victim as a panel // - // Default: "1" kid_printtopanel "1" // Set to 0 to disable, 1 to show the armor, 2 to show the suitpower the killer has left. // - // Default: "1" kid_showarmorleft "1" // Set to 1 to show the distance to the killer, 0 to disable. // - // Default: "1" kid_showdistance "1" // Set to 1 to show the weapon the player got killed with, 0 to disable. // - // Default: "1" kid_showweapon "1"
- Команды
- sm_killerinfo - Enable/Disable Killer Info Display