Raised This Month: $ Target: $400
 0% 

Say Sounds (including Hybrid Edition) (4.0.8)


Post New Thread Reply   
 
Thread Tools Display Modes
daveyboye
Senior Member
Join Date: Aug 2008
Old 04-30-2011 , 09:56   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #581

Alright, here is the weirdest thing ever. It won't even let me download saysounds.smx or resourcemanager.smx server. Keeps failing. Though I can download any of my other plugins. What is going on? This is the error I got in filezilla.

Status: Starting download of /69.28.220.41 port 27015/hl2mp/addons/sourcemod/plugins/saysounds.smx
Command: PASV
Response: 227 Entering Passive Mode (69,28,220,41,19,137).
Command: RETR saysounds.smx
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Response: 550 The system cannot find the file specified.
Error: File transfer failed
Status: Starting download of /69.28.220.41 port 27015/hl2mp/addons/sourcemod/plugins/saysounds.smx
Command: PASV
Response: 227 Entering Passive Mode (69,28,220,41,19,136).
Command: RETR saysounds.smx
Response: 550 The system cannot find the file specified.
Error: Critical file transfer error

Last edited by daveyboye; 04-30-2011 at 09:59.
daveyboye is offline
gH0sTy
SourceMod Donor
Join Date: Jul 2008
Location: DE
Old 04-30-2011 , 10:47   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #582

I think only your provider can help you with this if it's not your dedicated box.
If it's your dedicated server analyse your logs and check if your hard drive isn't full or something.
gH0sTy is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 05-02-2011 , 16:50   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #583

Yeah ghosty, I am switching hosting providers. My old provider was absorbed by my new one and ever since then, it's just been horrible They don't take care of their machines and I believe their HDDs became full. I'm going to copy as much of the server as I can and move.

BEWARE Allied Modders Community, DON'T USE ULTIMATE GAME SERVERS !!!
daveyboye is offline
d22rpi
Junior Member
Join Date: Feb 2011
Old 05-16-2011 , 16:56   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #584

my servers is crashed every day by Host_Error: CEngineSoundServer:recacheSound: Bad string:

what's problem?
i think this plugin isnt work well but i need...
d22rpi is offline
S_W_A_T
Senior Member
Join Date: Dec 2007
Old 05-17-2011 , 02:28   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #585

Erm, i've install this plugin on my server, and i strip everything in my saysounds.cfg and left with this only:
Code:
// ##################################
// #### Saysounds example config ####
// ##################################
"Sound Combinations"
{
    // #### Join/Exit Sounds ####
    "STEAM_0:1:XXXXXX3" // trigger for specific STEAM ID
    {
        "file"    "mytf2/swat.mp3" // name of sound to play when joining
        "admin"    "0"
        "volume" "1.0"            // Specify volume for this specific sound
    }
}
And yes i do have the swat.mp3 file in my tf/sound/mytf2 folder. However when i join in the server, no sounds being played and no errors output. Any idea why?...
S_W_A_T is offline
cybersquare420
Veteran Member
Join Date: Nov 2008
Old 05-17-2011 , 09:08   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #586

join sounds are bugged i think
all i use this for any more is the chat triggers... they seem to work ok
there are other plugins out there that play a join sound for some/all players
__________________
cybersquare420 is offline
Shit on shoe
Senior Member
Join Date: Jul 2010
Old 05-17-2011 , 14:14   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #587

i use version 3.2.6 and i got errors in the log can you help ghost ?

here:

Quote:
19:18:44: [SM] Native "LogToGame" reported: Client index 3 is invalid
L 05/17/2011 - 19:18:44: [SM] Displaying call stack trace for plugin "saysounds.smx":
L 05/17/2011 - 19:18:44: [SM] [0] Line 1932, /home/groups/alliedmodders/forums/files/3/9/7/1/1/84055.attach:play_Sound_Timer()
L 05/17/2011
__________________
Shit on shoe is offline
StrikerMan780
AlliedModders Donor
Join Date: Jul 2009
Location: Canada
Old 05-17-2011 , 18:51   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #588

Hello, could a CVAR be added to make it so sounds are announced if someone uses the sound menu, but not through normal text chat?
StrikerMan780 is offline
S_W_A_T
Senior Member
Join Date: Dec 2007
Old 05-18-2011 , 05:15   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #589

Quote:
Originally Posted by cybersquare420 View Post
join sounds are bugged i think
all i use this for any more is the chat triggers... they seem to work ok
there are other plugins out there that play a join sound for some/all players
Oh i see... Can u pass me the link for the other plugin please, thanks.
S_W_A_T is offline
gH0sTy
SourceMod Donor
Join Date: Jul 2008
Location: DE
Old 05-19-2011 , 13:33   Re: Say Sounds (including Hybrid Edition) (3.2.6)
Reply With Quote #590

Quote:
Originally Posted by S_W_A_T View Post
Erm, i've install this plugin on my server, and i strip everything in my saysounds.cfg and left with this only:
Code:
// ##################################
// #### Saysounds example config ####
// ##################################
"Sound Combinations"
{
    // #### Join/Exit Sounds ####
    "STEAM_0:1:XXXXXX3" // trigger for specific STEAM ID
    {
        "file"    "mytf2/swat.mp3" // name of sound to play when joining
        "admin"    "0"
        "volume" "1.0"            // Specify volume for this specific sound
    }
}
And yes i do have the swat.mp3 file in my tf/sound/mytf2 folder. However when i join in the server, no sounds being played and no errors output. Any idea why?...
You've read the bold red text in the OP regarding pure servers?
Check you client console for error outputs, if it's something like "file missing from disk/repository" you're runnign a pure server and need to configure the whitelist.
Could also be an invalid bitrate of your soundfile which will also be printed to your client console.

Quote:
Originally Posted by d22rpi View Post
my servers is crashed every day by Host_Error: CEngineSoundServer:recacheSound: Bad string:

what's problem?
i think this plugin isnt work well but i need...
Maybe a invalid filename or something?

Quote:
Originally Posted by Shit on shoe View Post
i use version 3.2.6 and i got errors in the log can you help ghost ?

here:
Not a fundamental error, set the cvar sm_saysoundhe_sound_logging to 0
All it does is to log to the server console if someone playes a sound.

Last edited by gH0sTy; 05-19-2011 at 13:44.
gH0sTy is offline
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 15:37.


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