AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] VoiceannounceEX (VoiceHook) [Updated 20-Dec-2022] (https://forums.alliedmods.net/showthread.php?t=245384)

nomy 01-23-2015 20:36

Re: [ANY] VoiceannounceEX (VoiceHook)
 
CS:S Windows Server gamedata update: http://pastebin.com/NcGjXNMH

dr_lex 02-15-2015 06:00

Re: [ANY] VoiceannounceEX (VoiceHook)
 
Quote:

H:\Server>"bin\sourcepawn\spcomp.exe" -O2 -Dsources voiceannounce_ex.sp"
SourcePawn Compiler 1.7.1-dev+5151
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

H:\Server\bin\sourcepawn\include\clients.inc( 361) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\usermessages .inc(255) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\halflife.inc (569) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\halflife.inc (591) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\commandfilte rs.inc(97) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\helpers.inc( 46) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\helpers.inc( 155) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\entity_prop_ stocks.inc(539) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\sdktools_sou nd.inc(380) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\sdktools_sou nd.inc(610) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\sdktools_tem pents.inc(221) : warning 219: local variable "client" shadows a variable at a preceding level
H:\Server\bin\sourcepawn\include\dhooks.inc(9 9) : error 010: invalid function or declaration
H:\Server\bin\sourcepawn\include\dhooks.inc(1 05) : error 010: invalid function or declaration
H:\Server\bin\sourcepawn\include\dhooks.inc(1 11) : error 010: invalid function or declaration
H:\Server\bin\sourcepawn\include\dhooks.inc(1 17) : error 010: invalid function or declaration
H:\Server\bin\sourcepawn\include\dhooks.inc(1 22) : error 010: invalid function or declaration
H:\Server\bin\sourcepawn\include\dhooks.inc(1 25) : error 010: invalid function or declaration
H:\Server\bin\sourcepawn\include\dhooks.inc(1 28) : error 010: invalid function or declaration
H:\Server\bin\sourcepawn\include\dhooks.inc(1 31) : error 010: invalid function or declaration
H:\Server\bin\sourcepawn\include\dhooks.inc(1 87) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
H:\Server\bin\sourcepawn\include\dhooks.inc(1 98) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
H:\Server\bin\sourcepawn\include\dhooks.inc(2 10) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
voiceannounce_ex.sp(47) : warning 219: local variable "client" shadows a variable at a preceding level
voiceannounce_ex.sp(82) : error 100: function prototypes do not match
voiceannounce_ex.sp(88) : error 100: function prototypes do not match
voiceannounce_ex.sp(107) : warning 219: local variable "client" shadows a variable at a preceding level
voiceannounce_ex.sp(120) : warning 219: local variable "client" shadows a variable at a preceding level
voiceannounce_ex.sp(136) : error 001: expected token: "-identifier-", but found "this"
voiceannounce_ex.sp(136) : error 166: cannot use 'this' outside of a methodmap method or property
voiceannounce_ex.sp(141) : error 010: invalid function or declaration
voiceannounce_ex.sp(144) : error 008: must be a constant expression; assumed zero
voiceannounce_ex.sp(147) : error 010: invalid function or declaration
voiceannounce_ex.sp(149) : error 008: must be a constant expression; assumed zero
voiceannounce_ex.sp(153) : error 021: symbol already defined: "Call_StartForward"
voiceannounce_ex.sp(157) : error 010: invalid function or declaration
voiceannounce_ex.sp(159) : error 010: invalid function or declaration
voiceannounce_ex.sp(162) : error 010: invalid function or declaration
voiceannounce_ex.sp(165) : warning 219: local variable "client" shadows a variable at a preceding level
voiceannounce_ex.sp(178) : warning 219: local variable "returnBool" shadows a variable at a preceding level
voiceannounce_ex.sp(193) : warning 219: local variable "client" shadows a variable at a preceding level
voiceannounce_ex.sp(245) : warning 219: local variable "pIClient" shadows a variable at a preceding level
voiceannounce_ex.sp(260) : warning 219: local variable "client" shadows a variable at a preceding level
voiceannounce_ex.sp(152) : warning 203: symbol is never used: "returnBool"

20 Errors.
:(

nomy 02-15-2015 14:34

Re: [ANY] VoiceannounceEX (VoiceHook)
 
You can try compiling under 1.6.4 compiler.

Azerja12 02-17-2015 13:33

Re: [ANY] VoiceannounceEX (VoiceHook)
 
I'm a toal noob so i don't know what this plugin does. :)

8guawong 03-06-2015 09:34

Re: [ANY] VoiceannounceEX (VoiceHook)
 
error log spammed with following

Code:

L 03/05/2015 - 23:34:48: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:48: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)
L 03/05/2015 - 23:34:48: [SM] Displaying call stack trace for plugin "voiceannounce_ex.smx":
L 03/05/2015 - 23:34:48: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:48: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)
L 03/05/2015 - 23:34:48: [SM] Displaying call stack trace for plugin "voiceannounce_ex.smx":
L 03/05/2015 - 23:34:48: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:48: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)
L 03/05/2015 - 23:34:48: [SM] Displaying call stack trace for plugin "voiceannounce_ex.smx":
L 03/05/2015 - 23:34:48: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:48: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)
L 03/05/2015 - 23:34:48: [SM] Displaying call stack trace for plugin "voiceannounce_ex.smx":
L 03/05/2015 - 23:34:48: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:48: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)
L 03/05/2015 - 23:34:48: [SM] Displaying call stack trace for plugin "voiceannounce_ex.smx":
L 03/05/2015 - 23:34:48: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:48: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)
L 03/05/2015 - 23:34:48: [SM] Displaying call stack trace for plugin "voiceannounce_ex.smx":
L 03/05/2015 - 23:34:48: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:49: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)
L 03/05/2015 - 23:34:49: [SM] Displaying call stack trace for plugin "voiceannounce_ex.smx":
L 03/05/2015 - 23:34:49: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:49: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)
L 03/05/2015 - 23:34:49: [SM] Displaying call stack trace for plugin "voiceannounce_ex.smx":
L 03/05/2015 - 23:34:49: [SM]  [0]  Line 169, voiceannounce_ex.sp::CSGOVoicePost()
L 03/05/2015 - 23:34:49: [SM] Native "KillTimer" reported: Invalid timer handle c2505dc (error 1)


Electr000999 04-21-2015 13:16

Re: [ANY] VoiceannounceEX (VoiceHook)
 
1 Attachment(s)
i compiled this plugin for sm 1.7.1 and Dhooks 2.0 but, on linux i have issue, player who use voice - freezes..(for example if player jump and use voice he slowly falls on ground), and in console spam:

Code:

clc_VoiceData >> h{...................7.. 687bc7f6 00000000 d8c4060d a0989113 c0010000 e537c9f6
clc_VoiceData >> ........p...I.........a. 00000000 80030000 70000000 49000000 0a000000 c096610a
clc_VoiceData >> ..a.p.a................. e096610a 7096610a 00000000 00000000 ffffffff 00000000
clc_VoiceData >> ................ 00010000 00000000 00000000 00000000
RAW(clc_VoiceData) end
Raw
PKT >> F............p.........H 461a0000 bd1b0000 00ef9803 0a700000 00000000 0000c048
PKT >> %.B.C... ..w...O.M.).... 25ee42a4 43c4aa06 20121d77 e58a8c4f 8b4d8d29 aad7dc1e
PKT >> ^..I.y...>.4...M......8. 5eb69d49 a179831b 973e8b34 e903974d 1ad1dde3 83ad38a7
PKT >> ...l..u.:.H....&..`..... e4c3166c 1ab67512 3a0548a4 0100d026 04006084 9e0dd0f9
PKT >> .F!.....8!..e._. d4462100 00000010 38210000 65035f00
failed processing
Dumping messages for channel Electr0(46.147.40.208:27005) 0x0xd06c4d8
Header bits 96, flags == 0
1 messages
0 -----------------------
clc_VoiceData: type( 10 ) group ( 9 ) size ( 88 bytes ), startbit 102 end bit 630
clc_VoiceData: 56 bytes
RAW(clc_VoiceData) start
clc_VoiceData >> h{...................7.. 687bc7f6 00000000 d8c4060d a0989113 c0010000 e537c9f6
clc_VoiceData >> ........p...I.........a. 00000000 80030000 70000000 49000000 0a000000 c096610a
clc_VoiceData >> ..a.p.a................. e096610a 7096610a 00000000 00000000 ffffffff 00000000
clc_VoiceData >> ................ 00010000 00000000 00000000 00000000
RAW(clc_VoiceData) end
Raw
PKT >> H............p.........I 481a0000 bf1b0000 00adc003 0a700000 00000000 00008049
PKT >> ......*7.{F.j...W.J.zp.. a1fb8303 9ed92a37 c97b4681 6ac884cb 57b84ab6 7a701f81
PKT >> ...I.{.....M...o......-. 1e9b9949 a17b81c3 86a6f14d 848ed96f c6999f03 8fc62db1
PKT >> ./....E.:.h....'..`..... a92fc098 e1a84512 3a0568a4 01001027 04006084 9e0dd0f9
PKT >> .F!.....:!..i._. d4462100 00000010 3a210000 69035f00
failed processing
Dumping messages for channel Electr0(46.147.40.208:27005) 0x0xd06c4d8
Header bits 96, flags == 0
1 messages
0 -----------------------
clc_VoiceData: type( 10 ) group ( 9 ) size ( 88 bytes ), startbit 102 end bit 630
clc_VoiceData: 56 bytes
RAW(clc_VoiceData) start
clc_VoiceData >> h{...................7.. 687bc7f6 00000000 d8c4060d a0989113 c0010000 e537c9f6
clc_VoiceData >> ........p...I.........a. 00000000 80030000 70000000 49000000 0a000000 c096610a
clc_VoiceData >> ..a.p.a................. e096610a 7096610a 00000000 00000000 ffffffff 00000000
clc_VoiceData >> ................ 00010000 00000000 00000000 00000000
RAW(clc_VoiceData) end
Raw
PKT >> J.........d..p.........H 4a1a0000 c11b0000 00b16402 0a700000 00000000 0000c048
PKT >> %..{.OB".CL.BM..N.....@. 25b7c27b 954f4222 b9434cbe 424dd6ee 4e89ef1b a11740a3
PKT >> ...H%$.C.ftT...C^..3..1^ 0d9bc948 25248243 c3667454 badb9e43 5e1bad33 8dc8315e
PKT >> ....q.y.:.....P'..`..... eb1b0a97 71b77912 3a0588a4 01005027 04006084 9e0dd0f9
PKT >> .F!.....<!..5.b. d4462100 00000010 3c210000 35046200
failed processing
Dumping messages for channel Electr0(46.147.40.208:27005) 0x0xd06c4d8
Header bits 96, flags == 0
1 messages
0 -----------------------
clc_VoiceData: type( 10 ) group ( 9 ) size ( 88 bytes ), startbit 102 end bit 854
clc_VoiceData: 84 bytes
RAW(clc_VoiceData) start
clc_VoiceData >> h{...................7.. 687bc7f6 00000000 d8c4060d a0989113 a0020000 e537c9f6
clc_VoiceData >> ....`.......I.........a. 00000000 60040000 8c000000 49000000 0a000000 dc96610a
clc_VoiceData >> ..a.p.a................. fc96610a 7096610a 00000000 00000000 ffffffff 00000000
clc_VoiceData >> ................ 00010000 00000000 00000000 00000000
RAW(clc_VoiceData) end
Raw
PKT >> L......................H 4c1a0000 c21b0000 009c8e02 0aa80000 00000000 0000c048
PKT >> .....j......~'...8.....n a5f3c02e 8d6a07fb e0f386c8 7e27f2eb 09388ad5 e89c096e
PKT >> ...I.<.#..T;.+...]...&.. 1288b949 a13cc223 1e80543b 9d2b8dad bd5de5f7 89260782
PKT >> .......I.....16<..C.i..d e9918ff3 05a1a149 a1f9c2b9 1331363c 1cce4301 6915f664
PKT >> ..jM...-..q.:......'..`. 1e9b6a4d a107dc2d 809a7112 3a05a8a4 01009027 04006084
PKT >> .....F!.....=!....a. 9e0dd0f9 d4462100 00000010 3d210000 cc026100
failed processing
Dumping messages for channel Electr0(46.147.40.208:27005) 0x0xd06c4d8
Header bits 96, flags == 0
1 messages
0 -----------------------
clc_VoiceData: type( 10 ) group ( 9 ) size ( 88 bytes ), startbit 102 end bit 630
clc_VoiceData: 56 bytes
RAW(clc_VoiceData) start
clc_VoiceData >> h{...................7.. 687bc7f6 00000000 d8c4060d a0989113 c0010000 e537c9f6
clc_VoiceData >> ........p...I.........a. 00000000 80030000 70000000 49000000 0a000000 c096610a
clc_VoiceData >> ..a.p.a................. e096610a 7096610a 00000000 00000000 ffffffff 00000000
clc_VoiceData >> ................ 00010000 00000000 00000000 00000000
RAW(clc_VoiceData) end
Raw
PKT >> M............p.........I 4d1a0000 c31b0000 00a20502 0a700000 00000000 00008049
PKT >> .9..NcB..[.....M.....+.l a139c2ec 4e6342f3 8f5b83a3 17effb4d 13f50f8b 892b9e6c
PKT >> ..I.).........pk.q...@. 20aca149 a12983db 8a1ed7cf 0f069170 6bd47100 1ca34002
PKT >> ......].:......'..`..... afd71600 bab65d12 3a05b8a4 0100b027 04006084 9e0dd0f9
PKT >> .F!.....>!....b. d4462100 00000010 3e210000 d0026200
failed processing
Dumping messages for channel Electr0(46.147.40.208:27005) 0x0xd06c4d8
Header bits 96, flags == 0
1 messages
0 -----------------------
clc_VoiceData: type( 10 ) group ( 9 ) size ( 88 bytes ), startbit 102 end bit 854
clc_VoiceData: 84 bytes
RAW(clc_VoiceData) start
clc_VoiceData >> h{...................7.. 687bc7f6 00000000 d8c4060d a0989113 a0020000 e537c9f6
clc_VoiceData >> ....`.......I.........a. 00000000 60040000 8c000000 49000000 0a000000 dc96610a
clc_VoiceData >> ..a.p.a................. fc96610a 7096610a 00000000 00000000 ffffffff 00000000
clc_VoiceData >> ............

without plug-course all good. with old dhooks issue not observed.
on windows works fine, may be signatures for L4D2 outdate, but callback works correct.

Franc1sco 06-03-2015 17:15

Re: [ANY] VoiceannounceEX (VoiceHook)
 
I added the gamedata updated for csgo to the first post

Nerus 07-11-2015 21:23

Re: [ANY] VoiceannounceEX (VoiceHook)
 
Hi, I try to create plugin based on VoiceannounceEX but problem is when I'm trying to connect to the css server, client always stooped on connection state with "Sending client information...".
Problem is with voiceannounce_ex.games.txt.

Regards,
Nerus.

Synthax 07-13-2015 23:03

Re: [ANY] VoiceannounceEX (VoiceHook)
 
This plugin doesn't work at all on my TF2 server. Crashes the server immediately if someone attempts to join. Players are stuck at "Loading client info"

ReFlexPoison 07-23-2015 21:42

Re: [ANY] VoiceannounceEX (VoiceHook)
 
I can confirm what Synthax posted.


All times are GMT -4. The time now is 16:10.

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