mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
sound annoy
This commit is contained in:
parent
60cfeb84bb
commit
56ba532656
@ -1835,7 +1835,7 @@ printDamage()
|
|||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
self waittill("printDamage");
|
self waittill("printDamage");
|
||||||
self playSound( "semtex_warning" );
|
self playLocalSound( "semtex_warning" );
|
||||||
if(self.printDamage)
|
if(self.printDamage)
|
||||||
{
|
{
|
||||||
self iPrintlnBold("^7Print Damage ^1Disabled");
|
self iPrintlnBold("^7Print Damage ^1Disabled");
|
||||||
|
@ -51,7 +51,7 @@ FPSBooster()
|
|||||||
self waittill( "toggle_fullbright" );
|
self waittill( "toggle_fullbright" );
|
||||||
if( level.allowFPSBooster )
|
if( level.allowFPSBooster )
|
||||||
{
|
{
|
||||||
self playSound( "claymore_activated" );
|
self playLocalSound( "claymore_activated" );
|
||||||
if(self.pers["fpsBooster"])
|
if(self.pers["fpsBooster"])
|
||||||
{
|
{
|
||||||
self SetClientDvar("r_fullbright", 0);
|
self SetClientDvar("r_fullbright", 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user