Thread: [ANY] VoiceHook
View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 09-26-2019 , 08:19   Re: [L4D/L4D2/CS:GO] VoiceHook
Reply With Quote #5

Quote:
Originally Posted by Accelerator74 View Post
Update sourcemod.
I updated sm 1.9 and the SpeakingList.smx from here https://core-ss.org/forum/threads/207/#post-10721
all works fine
PHP Code:
sm exts list
[
08VoiceHook (2.0): Hook when player is speak.

sm plugins list
18 "SpeakingList" (1.4by Accelerator 
But still no any CenterText "Players Speaking: xxxx...."
it seems that L4D2 OnClientSpeaking gamedata is borken

PHP Code:
public OnClientSpeaking(client)
{
    
ClientSpeakingTime[client] = true;
    
PrintToChatAll("%N is now speaking",client);//server never prints this line

__________________

Last edited by HarryPotter; 09-26-2019 at 08:19.
HarryPotter is offline