Hello I'm sorry if this is not the right section to ask this question but I think its here.
Can I change/turnoff the sound of my MP40/Thompson when I fire. ?
Thank's in advance
Hello I'm sorry if this is not the right section to ask this question but I think its here.
Can I change/turnoff the sound of my MP40/Thompson when I fire. ?
Thank's in advance
No you can't but you can switch sound/nomoresound:
Change X if you want.Code:bind X "toggle s_mute"
It simply toggles s_mute cvar which defines if you have sound or not.
can you make it that. when i press mouse1 its nosound and when i release mouse1 it back to normal ?
/bind mouse1 +attack;name ^vLOLWTFIMUGLY
Here you go mate.
Code://Burgo's Gun Mute While Shooting Script seta GunSoundsOn "+attack; s_mute 1" seta GunSoundsOff "-attack; s_mute 0" bind MOUSE1 "+vstr GunSoundsOn GunSoundsOff"
Bookmarks