View Single Post
vodka00
Veteran Member
Join Date: Jun 2012
Location: Los Angeles
Old 04-13-2013 , 17:04   Re: [CSS] Stop flashlight sound
Reply With Quote #5

Here is one for the sprayer, it's annoying too.

PHP Code:
    if (StrEqual(sample"player/sprayer.wav"false))
        return 
Plugin_Stop
but for some reason I can't get these to work, would these sounds be part of guns?


PHP Code:
    if (StrEqual(sample"weapons/ClipEmpty_Pistol.wav"false))
        return 
Plugin_Stop;
        
    if (
StrEqual(sample"weapons/ClipEmpty_Rifle.wav"false))
        return 
Plugin_Stop
__________________
cw main:

cw speedruns:

Last edited by vodka00; 04-13-2013 at 17:08.
vodka00 is offline