Andrey
пишу код за еду
- Сообщения
- 3,386
- Реакции
- 4,019
- Команда форума
- Автор ресурса
- #1
Killer info display (health, weapon, distance)
Описание:
Плагин отображает название оружия, дистанцию и количество здоровья оставшееся у игрока который убил вас. Работает во всех играх движка Source.
Поддерживаются игры:
- Half-Life 2: Deathmatch
- Team Fortress 2
- Counter-Strike: Source
- Day of Defeat: Source
- Neotokyo
- Zombie Panic!
- Insurgency
- Age of Chivalry
- Left 4 Dead
- Fistful of Frags
- Pirates, Vikings and Knights II
- Zombie Master
- Stargate: The Last Stand
- Obsidian Conflict
- Team Deathmatch
Поддерживаемые языки:
- English
- German
- Russian (thanks to Snake60)
Команды:
sm_killerinfo - Enable/Disable Killer Info Display
Конфигурационный файл:
cfg/sourcemod/plugin.killer_info_display.cfg (автоматически создастся после первого запуска)
Не забудьте обновить настройки вручную если обновляете плагин!
Переменные:
C-подобный:
// 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"
Оригинал
Последнее редактирование модератором: