View Single Post
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 08-11-2020 , 12:29   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 3-Jul-2020]
Reply With Quote #132

in forums
Code:
/**
 *
 * Called when a client is speaking.
 *
 * @param client	The index of the client that is speaking.
 *
 * @return			True to allow the client to talk, false otherwise.
 *
 */

forward bool:OnClientSpeakingEx(client);
in github
Code:
/**
 *
 * Called while a client is speaking.
 *
 *	@param client	Client index.
 *
 * @noreturn
 *
 */

forward void OnClientSpeakingEx(int client);
__________________
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX