View Single Post
Fritz Muchachos
New Member
Join Date: Sep 2012
Location: Castle That never Was
Old 10-11-2012 , 02:11   Re: Say Sounds (including Hybrid Edition) (4.0.5)
Reply With Quote #851

Hey guys im having a problem.
i have set a sound to play to both the victim and attacker if they get killed with a crit here is my saysounds.cfg
PHP Code:
"Sound Combinations"
{
    
"pregame" 
    
{
        
"file"    "theorganizationozeffects/pregame01.mp3"
        "file2"    "theorganizationozeffects/pregame02.mp3"
        "file3"    "theorganizationozeffects/pregame03.mp3"
        "file4"    "theorganizationozeffects/pregame04.mp3"
        "count"    "4"
        "admin"    "0"
        "actiononly"    "1"
        "action"    "wait4players"
        "param"    "start"
    
}
    
"critkill" 
    
{
        
"file"    "theorganizationozeffects/critkill01.mp3"
        "file2"    "theorganizationozeffects/critkill02.mp3"
        "file3"    "theorganizationozeffects/critkill03.mp3"
        "count"    "3"
        "admin"    "0"
        "actiononly"    "1"
        "action"    "kill"
        "param"    "crit_kill"
        "playto"    "both"
    
}

The pregame music works absolutely fine but when it comes to the crit kills all the files download fine and are in my tf2 folder and the server and the fastdownload everything is pointing fine.
but whats really wierd is that only critkill01.mp3 plays

when i try using sm_play on critkills02 and 03 i get this error
Failed to load sound "theorganizationozeffects\critkill03.mp3" , file probably missing from disk/repository

although if i change the name of the files then they play with sm_play and when i upload then again with the new names the samething happens all of them get downloaded fine but only one plays any suggestions?
Fritz Muchachos is offline