View Single Post
daicorne
Junior Member
Join Date: Mar 2010
Old 01-28-2011 , 00:34   Re: VoiceHook - Developer preview of something.
Reply With Quote #22

oh, my fault.
but how use it?

I try press +voicerecord but nothing to print.

Quote:
#include <sourcemod>
forward OnClientSpeaking(client);
public Extension:__ext_voice =
{
name = "voice",
file = "voiceannounce.ext",
autoload = 1,
required = 1,
}

public OnClientSpeaking(client) {
PrintToServer("[SM] %N is talking.", client);
}
Is this plugin work in orangebox server right?
daicorne is offline