mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Some changes
This commit is contained in:
parent
ead45ac37a
commit
8cab43f29b
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue