View Single Post
killersoft
New Member
Join Date: Aug 2021
Old 08-29-2021 , 08:24   Re: Capture/Hook client voice chat on/off
Reply With Quote #2

Found it

https://forums.alliedmods.net/showthread.php?p=2177167

--------
#include <voiceannounce_ex>

public void OnClientSpeakingEx(int client)
{
// client is talking
}

public void OnClientSpeakingEnd(int client)
{
// client is stop talking
} -------
killersoft is offline