Some changes

This commit is contained in:
ChocoTaco 2019-01-03 15:48:55 -05:00
parent ead45ac37a
commit 8cab43f29b

View file

@ -15,7 +15,7 @@ function NBRStatusNotify( %game, %client, %respawn )
if( $NoBaseRapeNotifyCount !$= 0 ) 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.'); messageAll('MsgNoBaseRapeNotify', '\c1No Base Rape: \c0Enabled.');
$NoBaseRapeNotifyCount = 0; $NoBaseRapeNotifyCount = 0;
} }
} }
@ -23,7 +23,7 @@ function NBRStatusNotify( %game, %client, %respawn )
else if( $NoBaseRapeNotifyCount !$= 1 ) 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.'); messageAll('MsgNoBaseRapeNotify', '\c1No Base Rape: \c0Disabled.~wfx/misc/diagnostic_on.wav');
$NoBaseRapeNotifyCount = 1; $NoBaseRapeNotifyCount = 1;
} }
} }