View Single Post
Jwu
AlliedModders Donor
Join Date: Sep 2011
Location: Austria
Old 05-25-2012 , 12:28   Re: Say Sounds (including Hybrid Edition) (4.0.5)
Reply With Quote #759

Hello,

I really like this plugin and I'm trying to replace other plugins I currently use.

One thing which seems not to work for me is the disconnect sound for clients authenthicated via SteamID. While the connect sound works perfectly fine, the disconnect sound doesnt even get downloaded for some reason. Neither are any erros in the logs. Its just prints the goodbye text. Any suggestions?
Code:
    {
        "file"    "warpath/users/edei.mp3" // name of sound to play when joining
        "exit"    "warpath/users/edeo.mp3" // name of sound to play when leaving
        "text"    "Helpful ED-E floats into the server....."    // Message to display if this client joins the server
        "etext"    "ED-E's now heading back to the mojave desert...."    // Message to display if this client leaves the server
        "admin"    "0"
        "volume" "0.5"            // Specify volume for this specific sound
    }
Jwu is offline