View Single Post
Author Message
ttasdasda
Member
Join Date: Apr 2014
Old 09-02-2018 , 17:21   Blocking ALL sound from a player
Reply With Quote #1

Hello, I have a hard time blocking all sounds coming from a (certain) player. No matter what I do, I can't get rid of reload/zoom sounds (and possibly others, too).

I've tried sound hooks, both normal and ambient. Those sounds simply go unnoticed by it (same as sounds caused by "Shotgun Shot").
I've tried hooking weapon_reload event and disabling broadcast, but that doesn't work either.
I've tried SDKHook_SetTransmit on client. The client is invisible and doesn't update on the radar, but I can still hear those pesky sounds.
I've tried SDKHook_SetTransmit on weapons. Still no luck.
I've tried SDHook_Reload. I take it I can't do anything with it except for blocking the reload (which I don't intend to do).

Any ideas?
ttasdasda is offline