AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Disabling Message (https://forums.alliedmods.net/showthread.php?t=128305)

Amonel 05-30-2010 18:11

Disabling Message
 
PHP Code:

#include <amxmodx>

public plugin_init()
{
  
register_plugin("Bomb Def Sound""1""AmoneL");
  
register_event("SendAudio""event_bomb_defuse""a""2=Defused_The_Bomb");
}

public 
event_bomb_defuse()
{
client_print(0print_chat"Bomb was defused!")


This should eliminate the "Counter-Terrorists Win" sound and print a message when the bomb is defused right ?

fysiks 05-30-2010 18:46

Re: Disabling Message
 
There is no code in there that has anything to do with sound.

Amonel 05-31-2010 01:19

Re: Disabling Message
 
pff, so how can i disable that sound (ct win) when bomb is def :/


All times are GMT -4. The time now is 05:27.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.