Thread: BEsaysounds
View Single Post
J@y-R
Senior Member
Join Date: Jan 2007
Location: Hamburg (Germany)
Old 06-09-2008 , 00:10   Re: BEsaysounds
Reply With Quote #86

Hey this is my config

Code:
//
// * =========================================================================
// * BEsaysounds, Copyright (C) [email protected] 2007-2008
// * =========================================================================
// *
// * This program is free software; you can redistribute it and/or
// * modify it under the terms of the GNU General Public License
// * as published by the Free Software Foundation; either version 2
// * of the License, or (at your option) any later version.
//
// * This program is distributed in the hope that it will be useful,
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// * GNU General Public License for more details.
//
// * You should have received a copy of the GNU General Public License
// * along with this program; if not, write to the Free Software
// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
// *
// *     Author(s):    [email protected]
// *
// *    Use at your OWN risk!
//

"BEsaysounds" {

  "config" {
    "globaldeadtime"    "5.0"   // Dead time for complete saysound system in seconds (after any sound has been played)

    // The following 3 values affect the function of the spam filter (and thus can be disabled by user)
    "deadtime"          "15.0"  // Dead time for single sound file in seconds (after this particular sound has been played)
    "maxprosound"       "5"     // Maximum number of playbacks per sound file (in the same round)
    "maxproplayer"      "12"     // Maximum number of playbacks per player (in the same round)
  }

  "events" {
  }

  "admin" {

    "STEAM_0:1:23456" {
      "connect" {
        "file"   "misc/admin_here.mp3"
        "cmsg"   "Take cover, the admin is coming!"
        "text"   "Admin on deck!"
      }
      "disconnect" {
        "file"   "misc/admin_left.mp3"
        "cmsg"   "Admin has left..."
        "text"   "Admin has left..."
      }
      "settings" {
        "group"  "Super_Admins"
      }
    }

    // any number of admins can go here

  }

  "c4timer" {
    "30" {
      "file"   misc/c4timer/30sec.mp3
      "cmsg"   "30"
      "text"   "Bomb is exploding in 30 seconds!"
    }
    "20" {
      "file"   misc/c4timer/20sec.mp3
      "cmsg"   "20"
      "text"   "Bomb is exploding in 20 seconds!"
    }
    "10" {
      "file"   misc/c4timer/10sec.mp3
      "cmsg"   "10"
      "text"   "10 seconds until explosion"
    }
    "9" {
      "file"   misc/c4timer/9sec.mp3
      "cmsg"   "9"
      "text"   "Ohhh"
    }
    "8" {
      "file"   misc/c4timer/8sec.mp3
      "cmsg"   "8"
      "text"   "Ohhhh"
    }
    "7" {
      "file"   misc/c4timer/7sec.mp3
      "cmsg"   "7"
      "text"   "Ohhhhhh"
    }
    "6" {
      "file"   misc/c4timer/6sec.mp3
      "cmsg"   "6"
      "text"   "Ohhhhhhhh"
    }
    "5" {
      "file"   misc/c4timer/5sec.mp3
      "cmsg"   "5"
      "text"   "Ohhhhhhhhhh"
    }
    "4" {
      "file"   misc/c4timer/4sec.mp3 
      "cmsg"   "4"
      "text"   "Ohhhhhhhhhhhh"
    }
    "3" {
      "file"   misc/c4timer/3sec.mp3
      "cmsg"   "3"
      "text"   "Ohhhhhhhhhhhhhh"
    }
    "2" {
      "file"   misc/c4timer/2sec.mp3
      "cmsg"   "2"
      "text"   "Ohhhhhhhhhhhhhhhhhh"
    }
    "1" {
      "file"   misc/c4timer/1sec.mp3
      "cmsg"   "1"
      "text"   "Ohhhhhhhhhhhhhhhhhhhhhhh BOOOOM"
    }

  }

  "saysounds" {
  
    "zocken" {
      "file"  "misc/zocken.mp3"
    }
    "afk" {
      "file"  "misc/afklo.mp3"
    }
    "cool" {
      "file"  "misc/cool.wav"
    }
    "gn8" {
      "file"  "misc/n8.mp3"
    }
    "alter" {
      "file"  "misc/hals.mp3"
    }
    "thx" {
      "file"  "misc/thx.wav"
    }
    "supadupa" {
      "file"  "misc/supersuper.mp3"
    }
    "nabend" {
      "file"  "misc/nabend.mp3"
    }
    "fotzn" {
      "file"  "misc/fotzn.mp3"
    }
    "dumm" {
      "file"  "misc/dumm.mp3"
    }
    "ring" {
      "file"  "misc/eier.wav"
    }
    "holly" {
      "file"  "misc/holly.mp3"
    }
    "fire" {
      "file"  "misc/feuerfrei.mp3"
    }
    "hello" {
      "file"  "misc/auahallo.mp3"
    }
    
    "hi" {
      "files" {            // random sound
        "1" "misc/hi.mp3"
        "2" "misc/hy.mp3"
        "3" "misc/servus.wav"
        "4" "misc/tach.mp3"
    }
    "lol" {
      "files" {          // random sound
        "1" "misc/lol.mp3"
        "2" "misc/lol2.mp3"
    }
    "cu" {
      "files" {             // random sound
        "1" "misc/cu.wav"
        "2" "misc/cya.wav"
    }
    "haha" {
      "files" {             // random sound
        "1" "misc/hahaa.wav"
        "2" "misc/hahaha.mp3"
        "3" "misc/heehee.mp3"
    }
    "sry" {
      "files" {             // random sound
        "1" "misc/sorry.mp3"
        "2" "misc/sorry2.wav"
        "3" "misc/sry187.mp3"
    }
    "wtf" {
      "files" {             // random sound
        "1" "misc/wtf.mp3"
        "2" "misc/yousuck.mp3"
        "3" "misc/gtfo.wav"
    }
    // put any number of other sounds here
    
  }

}
And i can only play the "hi" sounds from the Random Sounds
Why?? what is wrong !!!
What must I do to fix this

Greetz
JaY
J@y-R is offline
Send a message via ICQ to J@y-R Send a message via MSN to J@y-R