Raised This Month: $51 Target: $400
 12% 

[ANY] VoiceannounceEX (VoiceHook) [Updated 20-Dec-2022]


Post New Thread Reply   
 
Thread Tools Display Modes
ImACow
AlliedModders Donor
Join Date: Feb 2015
Old 08-04-2015 , 12:17   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #31

why is
PHP Code:
public bool OnClientSpeakingEx(int client)
{
    return 
false;

allowing them to speak ?

Last edited by ImACow; 08-04-2015 at 12:18.
ImACow is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 08-04-2015 , 12:34   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #32

Quote:
Originally Posted by ImACow View Post
why is
PHP Code:
public bool OnClientSpeakingEx(int client)
{
    return 
false;

allowing them to speak ?
https://forums.alliedmods.net/showth...23#post1884223
https://forums.alliedmods.net/showth...38#post1903738
https://forums.alliedmods.net/showth...98#post1903898
https://forums.alliedmods.net/showth...06#post1903906

Conclusion: Meh.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 08-04-2015 at 12:47.
Franc1sco is offline
Send a message via MSN to Franc1sco
Tank Missile
Member
Join Date: Aug 2013
Old 08-06-2015 , 21:40   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #33

This plugin causes a crash whenever someone is on, or joins, the server. I'm running the latest snapshot and have all the dependencies installed. I remember this being an issue when I tried to use this months ago.
Tank Missile is offline
yash1441
Senior Member
Join Date: Feb 2015
Location: Illuminati HQ
Old 09-13-2015 , 11:33   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #34

Game: CS:GO
Problem: I did a simple test of PrintToChatAll("Working") inside OnClientSpeakingEx but it doesn't work.
PHP Code:
public bool:OnClientSpeakingEx(client)
{
    if(!
IsValidClient(client) && !BaseComm_IsClientMuted(client) && IsPlayerAlive(client))
    {
        
PrintToChatAll("OnClientSpeakingEx() Working...");
    }
    return 
true;

Dependencies: BaseComm, Dhooks and VoiceAnnounceEx are loaded properly.
Solution please.
__________________

Last edited by yash1441; 09-13-2015 at 11:35.
yash1441 is offline
Send a message via Skype™ to yash1441
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 09-13-2015 , 11:49   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #35

Quote:
Originally Posted by yash1441 View Post
Game: CS:GO
Problem: I did a simple test of PrintToChatAll("Working") inside OnClientSpeakingEx but it doesn't work.
PHP Code:
public bool:OnClientSpeakingEx(client)
{
    if(!
IsValidClient(client) && !BaseComm_IsClientMuted(client) && IsPlayerAlive(client))
    {
        
PrintToChatAll("OnClientSpeakingEx() Working...");
    }
    return 
true;

Dependencies: BaseComm, Dhooks and VoiceAnnounceEx are loaded properly.
Solution please.
Log errors? or maybe only need a gamedata update
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
yash1441
Senior Member
Join Date: Feb 2015
Location: Illuminati HQ
Old 09-13-2015 , 12:21   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #36

I use the gamedata you provided for CS:GO in the first post with
PHP Code:
"csgo"
    
{
        
"Offsets"
        
{
            
"OnVoiceTransmit"
            
{
                
"windows"    "511"
                "linux"        "512"
            
}
        }
    } 
No errors in Log.
__________________
yash1441 is offline
Send a message via Skype™ to yash1441
Junkie XL
Junior Member
Join Date: Jun 2014
Old 09-14-2015 , 04:53   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #37

Is this plugin allow to save voice chat in audio files?
Junkie XL is offline
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 09-15-2015 , 21:48   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #38

Hello,
Last update valve cresh plugin server.
Pls update.
Thx,
__________________
respecta si vei fi respectat
bebe9b is offline
m_bNightstalker
Senior Member
Join Date: Jan 2015
Location: JWD
Old 09-16-2015 , 14:57   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #39

Quote:
Originally Posted by bebe9b View Post
Hello,
Last update valve cresh plugin server.
Pls update.
Thx,
here you go:
Code:
    "csgo"
    {
        "Offsets"
        {
            "OnVoiceTransmit"
            {
                "windows"    "513"
                "linux"        "514"
            }
        }
    }
m_bNightstalker is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 09-16-2015 , 16:54   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #40

Quote:
Originally Posted by m_bNightstalker View Post
here you go:
Code:
    "csgo"
    {
        "Offsets"
        {
            "OnVoiceTransmit"
            {
                "windows"    "513"
                "linux"        "514"
            }
        }
    }

Thanks, update gamedata in the first post

Btw, https://www.sourcemodplugins.org/vtableoffsets/csgo dont work anymore? or only dont work for me?
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode