Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
ipickedtheturtle001
Junior Member
Join Date: Sep 2019
Old 09-22-2019 , 17:54   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #91

This doesn't seem to work on CS:S
Code:
[SM] Unable to load extension "dhooks.ext": Could not find interface: ISourceMod
[SM] Unable to load plugin "voiceannounce_ex.smx": Required extension "dhooks" file("dhooks.ext") not running
and im using this dhooks : https://forums.alliedmods.net/showpo...&postcount=589 on a windows server.
any idea why it's not working?

Last edited by ipickedtheturtle001; 09-22-2019 at 17:54.
ipickedtheturtle001 is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 09-22-2019 , 18:44   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #92

Quote:
Originally Posted by ipickedtheturtle001 View Post
This doesn't seem to work on CS:S
Code:
[SM] Unable to load extension "dhooks.ext": Could not find interface: ISourceMod
[SM] Unable to load plugin "voiceannounce_ex.smx": Required extension "dhooks" file("dhooks.ext") not running
and im using this dhooks : https://forums.alliedmods.net/showpo...&postcount=589 on a windows server.
any idea why it's not working?
Use this http://users.alliedmods.net/~drifter/builds/dhooks/2.2/
__________________
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
ipickedtheturtle001
Junior Member
Join Date: Sep 2019
Old 09-22-2019 , 20:15   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #93

Quote:
Originally Posted by Franc1sco View Post
This one crashes the server whenever a player joins the server.

Last edited by ipickedtheturtle001; 09-22-2019 at 20:23.
ipickedtheturtle001 is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 09-22-2019 , 20:39   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #94

Quote:
Originally Posted by ipickedtheturtle001 View Post
This one crashes the server whenever a player joins the server.
Look https://forums.alliedmods.net/showpo...&postcount=629

Try install the dhooks version that I said and disable my voicehook plugin for check if crash dissappear. Maybe my voicehook need a gamedata update for css.
__________________
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
ipickedtheturtle001
Junior Member
Join Date: Sep 2019
Old 09-23-2019 , 07:03   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #95

Quote:
Originally Posted by Franc1sco View Post
Look https://forums.alliedmods.net/showpo...&postcount=629

Try install the dhooks version that I said and disable my voicehook plugin for check if crash dissappear. Maybe my voicehook need a gamedata update for css.
Yeah, you're right after disabling your plugin and keeping the dhooks version you sent me the crash did dissapear. maybe it needs a game data update for css just like you said, any idea on how that can be done?

Last edited by ipickedtheturtle001; 09-23-2019 at 07:04.
ipickedtheturtle001 is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 09-24-2019 , 06:41   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #96

Quote:
Originally Posted by ipickedtheturtle001 View Post
Yeah, you're right after disabling your plugin and keeping the dhooks version you sent me the crash did dissapear. maybe it needs a game data update for css just like you said, any idea on how that can be done?
You can try to search the correct offsets for css here https://forums.alliedmods.net/showthread.php?t=281859
__________________
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
ipickedtheturtle001
Junior Member
Join Date: Sep 2019
Old 09-24-2019 , 11:22   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #97

Quote:
Originally Posted by Franc1sco View Post
You can try to search the correct offsets for css here https://forums.alliedmods.net/showthread.php?t=281859
I tried changing the offsets as you said but it still crashes I've sent you a more detailed private message, hope you check it out and help me out.
ipickedtheturtle001 is offline
mewbie222
Senior Member
Join Date: May 2018
Old 10-01-2019 , 04:44   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #98

Quote:
Originally Posted by Franc1sco View Post
You can try to search the correct offsets for css here https://forums.alliedmods.net/showthread.php?t=281859
There was one question:
1. https://asherkin.github.io/vtable/ , what data should I take for the "Engine" or "Server" server?
It’s a pity that they forgot about the DODs game again. And then the idea for a joke plugin came up - to replace the voice with your voice for a specific player.
I thought we could do this, sorry no ...
p.s. sorry for my English.
mewbie222 is offline
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 10-16-2019 , 20:20   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #99

PHP Code:
    if (g_hClientMicTimers[client] != INVALID_HANDLE)
    {
        
delete g_hClientMicTimers[client];
        
g_hClientMicTimers[client] = CreateTimer(0.3Timer_ClientMicUsageGetClientUserId(client));
    }
        
    if (
g_hClientMicTimers[client] == INVALID_HANDLE)
    {
        
g_hClientMicTimers[client] = CreateTimer(0.3Timer_ClientMicUsageGetClientUserId(client));
    } 
Isn't it the same as:
PHP Code:
    if (g_hClientMicTimers[client] != INVALID_HANDLE)
    {
        
delete g_hClientMicTimers[client];
    }
        
    
g_hClientMicTimers[client] = CreateTimer(0.3Timer_ClientMicUsageGetClientUserId(client)); 
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline
foxhound27
AlliedModders Donor
Join Date: Sep 2019
Location: Argentina
Old 10-20-2019 , 20:20   Re: [ANY] VoiceannounceEX (VoiceHook)
Reply With Quote #100

im unable to show any mic usage im using l4d2


SourceMod Version: 1.10.0.6451
Metamod:Source version 1.10.7-dev
DHooks (2.2.0-detours9): Dynamic Hooks voice
voiceannounce_ex.smx already loaded with gamedata files

my script is very simple

#include <sourcemod>
#include <voiceannounce_ex>

public void OnClientSpeakingEx(int client)
{
PrintToChatAll("test 1");
}

public void OnClientSpeakingEnd(int client)
{
PrintToChatAll("test 2");
}


nothing happens :C what am i doing wrong? im so lost... ty
foxhound27 is offline
Reply


Thread Tools
Display Modes

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 00:19.


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