mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +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 )
|
||||
{
|
||||
//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;
|
||||
}
|
||||
}
|
||||
|
|
@ -23,7 +23,7 @@ function NBRStatusNotify( %game, %client, %respawn )
|
|||
else if( $NoBaseRapeNotifyCount !$= 1 )
|
||||
{
|
||||
//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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue