// Все мои плагины можно найти здесь: http://vk.com/cs_rain
new const sound_fireinhole[] = "radio/ct_fireinhole.wav"
precache_sound(sound_fireinhole)
register_plugin( "'Fire in the hole' Real Voice", "1.0", "Leo_[BH]" );
register_message( get_user_msgid( "TextMsg" ), "MessageTextMsg" );
register_message( get_user_msgid( "SendAudio" ), "MessageSendAudio" );
public grenade_throw(id,ent,wid)
emit_sound(id, CHAN_VOICE, sound_fireinhole, 1.0, ATTN_NORM, 0, PITCH_NORM );
public MessageTextMsg() // Тут блокируем сообщение в чат
if(EqualValue( 5, "#Fire_in_the_hole" ))
public MessageSendAudio() // Тут блокируем стандартный звук
if(EqualValue( 2, "%!MRAD_FIREINHOLE" ))
EqualValue( const iParam, const szString[ ] )
get_msg_arg_string( iParam, szTemp, 17 );
return ( equal( szTemp, szString ) ) ? 1 : 0;
// Автор плагина: Leo_[BH]
// Написание плагинов на заказ: https://goo.gl/forms/7DwrBdaTnc0pJRqy2
// Разработка серверов кс 1.6: https://goo.gl/forms/GIyvSAw1IJ48szDn2
// Магазин плагинов: https://vk.com/cs_rain