View Single Post
GPhoenix97
Member
Join Date: Oct 2012
Location: Poland
Old 01-25-2013 , 18:32   Re: [CS:S] Bomb Events
Reply With Quote #10

Changelog:
  • 1.9 (27.07.2019)
    • Changed: new syntax (requires SourceMod 1.7 or newer)
    • Fixed: my old amateur mistakes
  • 1.5 (10.11.2014)
    • Added: CSGO support
    • Changed: all wav files converted to mp3 due to CSGO support
* if you wanna use this plugin with CSGO do not use wav files, only mp3
  • 1.4.2 (08.10.2014)
    • Added: Turkish translation (thanks to ZuCChiNi)
  • 1.4.1 (13.10.2013)
    • Fixed: "not precached" spam in console
  • 1.4 (09.10.2013)
    • Added: new cvars
    • Added: French translation (thanks to k_ra)
  • 1.3
    • Now while be_sounds 1 all old sounds such as "Bomb has been planted" disabled
    • Added: Polish translation
  • 1.2 (25.01.2013)
    • Added: "be_sounds" cvar
    • Added: sound cvars
    • Added: translations file
    • Added: auto-generating config file
Cvars:

  • be_beginplant - Show message when player started planting bomb. (Default: "1")
  • be_beginplant_sound - Path to sound file playing when player started planting bomb (cstrike/sound/). (Default: "")
  • be_abortplant - Show message when player stopped planting bomb. (Default: "1")
  • be_abortplant_sound - Path to sound file playing when player stopped planting bomb (cstrike/sound/). (Default: "")
  • be_planted - Show message when player planted bomb. (Default: "1")
  • be_planted_sound - Path to sound file playing when player planted bomb (cstrike/sound/). (Default: "misc/c4powa.wav")
  • be_defused - Show message when player defused bomb. (Default: "1")
  • be_defused_sound - Path to sound file playing when player defused bomb (cstrike/sound/). (Default: "misc/laugh.wav")
  • be_exploded - Show message when bomb has exploded. (Default: "1")
  • be_exploded_sound - Path to sound file playing when bomb has exploded (cstrike/sound/). (Default: "misc/witch.wav")
  • be_dropped - Show message when player dropped bomb. (Default: "1")
  • be_dropped_sound - Path to sound file playing when player dropped bomb (cstrike/sound/). (Default: "")
  • be_pickup - Show message when player picked up bomb. (Default: "1")
  • be_pickup_sound - Path to sound file playing when player picked up bomb (cstrike/sound/). (Default: "")
  • be_begindefuse - Show message when player started defusing bomb. (Default: "1")
  • be_begindefuse_sound - Path to sound file playing when player started defusing bomb (cstrike/sound/). (Default: "")
  • be_abortdefuse - Show message when player stopped defusing bomb. (Default: "1")
  • be_abortdefuse_sound - Path to sound file playing when player stopped defusing bomb (cstrike/sound/). (Default: "")
Attached Files
File Type: 7z Bomb Events 1.9.7z (165.8 KB, 458 views)
__________________

Last edited by GPhoenix97; 07-27-2019 at 13:38. Reason: New version
GPhoenix97 is offline