sound annoy

This commit is contained in:
INeedBots 2020-09-23 14:00:25 -06:00
parent 60cfeb84bb
commit 56ba532656
2 changed files with 2 additions and 2 deletions

View File

@ -1835,7 +1835,7 @@ printDamage()
for(;;)
{
self waittill("printDamage");
self playSound( "semtex_warning" );
self playLocalSound( "semtex_warning" );
if(self.printDamage)
{
self iPrintlnBold("^7Print Damage ^1Disabled");

View File

@ -51,7 +51,7 @@ FPSBooster()
self waittill( "toggle_fullbright" );
if( level.allowFPSBooster )
{
self playSound( "claymore_activated" );
self playLocalSound( "claymore_activated" );
if(self.pers["fpsBooster"])
{
self SetClientDvar("r_fullbright", 0);