Took out sounds

This commit is contained in:
ChocoTaco 2019-01-01 13:34:29 -05:00
parent 457a211da1
commit 3a315c4bd2

View file

@ -14,14 +14,16 @@ function NBRStatusNotify( %game, %client, %respawn )
{
if( $NoBaseRapeNotifyCount !$= 0 )
{
messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Enabled.~wfx/misc/nexus_cap.wav');
//messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Enabled.~wfx/misc/nexus_cap.wav');
messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Enabled.');
$NoBaseRapeNotifyCount = 0;
}
}
//Off
else if( $NoBaseRapeNotifyCount !$= 1 )
{
messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.~wfx/misc/diagnostic_on.wav');
//messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.~wfx/misc/diagnostic_on.wav');
messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.');
$NoBaseRapeNotifyCount = 1;
}
}