mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Took out sounds
This commit is contained in:
parent
457a211da1
commit
3a315c4bd2
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue