описание:
Данный плагин предназначен для проведения ножевых битв , когда игроки остались 1х1. В плагине много настроек, поэтому его можно настроить на свой вкус.
Установка:
1. Распаковать архив в /cstrike/
2. Кинуть музыку(проигрываеться при битве) в /cstrike/sound и прописать её в knifefight.cfg
knifefight.cfg должна появится сома если же нет, то надо создать после перезапуска сервера в папке /cstrike/cfg/sourcemod
[spoiler=Настройки плагина]
sm_knifefight_version - KnifeFight version.
   
  sm_knifefight_enabled - Enables or disables the plugin.
  (Default: 1)
  sm_knifefight_useteleport - Use the built in teleport system before the fight. 
  This helps ensure that both players find each other quickly. 
  The Terrorist will always be teleported to the Counter-Terrorist. 
  Additionally, if the players are already close to each other, no 
  teleport will take place.
  (Default: 1)
   
  sm_knifefight_forcefight - Skips asking the players if they want to knife, 
  and forces a 1v1 knife fight.
  (Default: 0)
  sm_knifefight_restorehealth - Restore both players health to 100 prior to fighting.
  (Default: 0)
  sm_knifefight_winnerhealth - The amount of health to give the winner for the next round only.
  (Default: 0)
  sm_knifefight_winnermoney - The amount of extra money to give the winner for the next round only.
  (Default: 0)
  sm_knifefight_winnerspeed - The amount of extra speed given to the winner for the next round only.
  (Default: 0)
  sm_knifefight_winnereffects - Use lightning and sound effects on the winner after the fight.
  (Default: 1)
  sm_knifefight_losereffects - Dissolve losers body using special effects.
  (Default: 1)
  sm_knifefight_locatorbeam - Use locator beam between players if they are far apart.
  (Default: 1)
  sm_knifefight_declinesound - Sound file to use when a player declines to knife fight.
  (Default: knifefight/chicken.wav)
  sm_knifefight_fightsongs - Sound files to play during the knife fight (random).
  (Default: none.)
  sm_knifefight_stopmusic - Stop music when fight is over. Useful when used with GunGame.
  (Default: 0)
  sm_knifefight_countdowntimer - Number of seconds to count down before a knife fight.
  (Default: 3)
  sm_knifefight_fightimer - Number of seconds to allow for knifing. Players get slayed after 
  this time limit expires.
  (Default: 30)
  sm_knifefight_minplayers - Minimum number of players before a knife fight will trigger.
  (Default: 4)
   
  sm_knifefight_alltalk - Enable alltalk while knife fight.
  (Default: 1)
  sm_knifefight_block - Enable player blocking (disable sm_noblock) if sm_noblock is enabled while knife fight.
  (Default: 0)
   
  If you are using sm_noblock (http://forums.alliedmods.net/showthread.php?t=91617) 
  and want to disable noblock plugin automaticaly
  every time knife battle is started and enable noblock when knife battle 
  is finished than you should set sm_knifefight_block to 1.
  By default this option is disabled, so sm_knifefight will not affect
  sm_noblock by default.
  sm_knifefight_randomkill - Enable random kill after knife fight time end.
  (Default: 0)
  sm_knifefight_beaconsound - The sound to play when beacon ring shows.
  (Default: buttons/blip1.wav)
  sm_knifefight_beaconradius - Beacon radius.
  (Default: 800)
  sm_knifefight_soundprefdefault - Default sound setting for new users.
  (Default: 1)
  sm_knifefight_debug - Enable debug.
  (Default: 0)
  sm_knifefight_botfight - Allow bot to knife fight with bot.
  (Default: 0)
  sm_knifefight_showwinner - Show winner. 0 - Top left, 1 - Chat.
  (Default: 0)
  sm_knifefight_removenewplayer - Remove player connected when fight is started. 0 - Slay, 1 - Move to spec.
  (Default: 0)
  say !kfmenu - Show knife fight settings menu.[/spoiler]