This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

BEsaysounds


Post New Thread Reply   
 
Thread Tools Display Modes
nubie
Junior Member
Join Date: Jul 2014
Old 08-07-2014 , 06:57   Re: BEsaysounds
Reply With Quote #181

Quote:
Originally Posted by BehaartesEtwas View Post
I am not sure, if I understood your questions correctly. It is for all steam ids which you put into the group "admins" in the admin section of the config file. It allows you to restrict some sounds to specific steam ids. Those groups do not have anything to do with souremod admins etc...

Btw: In your config file are "}" missing in every multi sound section. That will be the reason why it is not working.


@Crawfy2D: Try this:
Code:
bind "KP_DOWNARROW" "say 'hi'"
It is only a guess (I did not test it), but I think my script tries always to strip quotes around the written text, even if there are none. I will put this to the TODO list, should be easily fixed...
********************************************* **
Es funktionieren keine tasten binds.
Chat Konsole gibt zwar aus "player played this sound" aber man hört nichts.
Es gab einmal eine Version da funktionierte das.
****
Key binds for saysound doesnt work.
i get the chat message "player played this sound" but didnt hear anything
i remember a version where u bind the saysounds to any key and it works.
also i remember a version if you wrote !soundlist ALL saysounds was listen by console like this:
hi
lol
camper
bla
haha
and now
hi lol camper bla
haha ....
das ist unübersichtlich^^
nubie is offline
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 02-08-2015 , 01:17   Re: BEsaysounds
Reply With Quote #182

Hi.
Anyone can give me a correct .cfg file for this nice plugin? Plugin are good, but the original .cfg file are wringing.
My screenlog are full with error messages from this plugin's cfg.
Thanks in advance.
pubhero is offline
Moezen
Junior Member
Join Date: Feb 2015
Old 02-21-2015 , 14:44   Re: BEsaysounds
Reply With Quote #183

i played an admin sound but i cant hear it, is it supposed to be this way? (Turns out i had a problem with the soundcache)

Last edited by Moezen; 04-01-2015 at 05:39.
Moezen is offline
Moezen
Junior Member
Join Date: Feb 2015
Old 04-01-2015 , 05:09   Re: BEsaysounds
Reply With Quote #184

Is it possible to configure all players say sound?

For instance i would like that all players by default would only hear the sounds when dead, that way alive players won't be bothered
Moezen is offline
knorde
Member
Join Date: Jan 2008
Old 06-01-2016 , 06:38   Re: BEsaysounds
Reply With Quote #185

Hi there,

I have recently ordered a cs source server.

I have the plugins quakesoundsv3 and BEsaysounds.
Both are looks like to work (BEsaysounds says knorde plays sound... and quake sounds say type/quakesounds or something to change settings).

But i never here some sound.
And yes, the speakers are ok

Sound is working ingame (when i shoot i hear gunshots).
Only the plugin sounds don't work.

Anybody knows how i can get it to work?
knorde is offline
andriyzver
Junior Member
Join Date: May 2016
Old 03-27-2017 , 14:05   Re: BEsaysounds
Reply With Quote #186

Tell me how to configure the sound of the player's ban? Installed SMAC and SourceBans. I need to play a sound when the player goes to the ban. Throw an example of an event.

How can I block the playback of sounds to a particular player? When I block chat to this player, the sounds are still played.
andriyzver is offline
Jogn Wick
Member
Join Date: Feb 2020
Old 03-10-2020 , 18:40   Re: BEsaysounds
Reply With Quote #187

it wont play sounds of give me a soundslist can you see what I have wrong?
//
// * ============================================= ============================
// * 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" "45.0" // Dead time for single sound file in seconds (after this particular sound has been played)
"maxprosound" "2" // Maximum number of playbacks per sound file (in the same round)
"maxproplayer" "5" // Maximum number of playbacks per player (in the same round)
}

// "events" { // sounds to be played on events
// "bomb_planted" {
// "file" "misc/bomb.mp3"
// "delay" "17.0"
// "team" "CT" // "any", "CT" or "TERRORIST"
// "cmsg" "What are you wating for? Defuse the bomb!"
}
"bomb_exploded" {
"file" "misc/gameover.mp3"
"delay" "0.2"
"team" "CT" // "any", "CT" or "TERRORIST"
}
"bomb_defused" {
"file" "misc/gameover.mp3"
"delay" "0.2"
"team" "TERRORIST" // "any", "CT" or "TERRORIST"
}
"hostage_rescued_all" {
"file" "misc/gameover.mp3"
"delay" "0.2"
"team" "TERRORIST" // "any", "CT" or "TERRORIST"
}
// any other source events can be used here!
}

"admin" {

"z" {
"connect" {
"file" "misc/mydisconnectsound.mp3"
"cmsg" "Take cover, the admin is coming!"
"text" "Admin on deck!"
}
"disconnect" {
"text" "Admin has left..."
"file" "misc/John Wick Yeah I'm thinking I'm back!'.mp3"
}
"settings" {
"group" "admin"
}
}

// any number of admins can go here

}

"c4timer" {
"30" {
"file" misc/c4timer/thirty.mp3
}
"20" {
"file" misc/c4timer/twenty.mp3
"cmsg" "20"
"text" "Bomb is exploding in 20 seconds!"
}
"10" {
"file" misc/c4timer/ten.mp3
"cmsg" "10"
"text" "10 seconds until explosion"
}
"5" {
"cmsg" "5"
}
"4" {
"cmsg" "4"
}
"3" {
"file" misc/c4timer/three.mp3
"cmsg" "3"
}
"2" {
"file" misc/c4timer/two.mp3
"cmsg" "2"
}
"1" {
"file" misc/c4timer/one.mp3
"cmsg" "1"
}
// any other entry named with the second to play a sound can also go here!
}

"saysounds" { // sounds triggered by chat messages

"hi" {
"file" "misc/hi.mp3"
}
"lol" {
"file" "misc/lol.mp3"
}

"camper" {
"file" "misc/jwmusic.mp3"
"group" "admin" // can only be played by members of the group "admin"
}
"camper" {
"file" "misc/jwmusic.mp3"
"group" "admin" // can only be played by members of the group "admin"
}

"cu" {
"files" { // random sound
"1" "misc/jwmusic.mp3"
"2" "misc/gamestartup1.mp3"
"3" "misc/another_cu.mp3"
"4" "misc/gamestartup1.mp3"
"5" "misc/john wick catch and release.mp3"
"6" "misc/john wick dinner reservation.mp3"
"7" "misc/john wick hand over your son.mp3"
"8" "misc/john wick its ok lets go home.mp3"
"9" "misc/john wick killed 8 more men.mp3"
"10" "misc/john wick killed.mp3"
"11" "misc/john wick not for sale.mp3"
"12" "misc/john wick when Helen died.mp3"
"13" "misc/John Wick Yeah I'm thinking I'm back!'.mp3"
// place any number of consecutive numbered files here
}

// put any number of other sounds here
misc/john wick catch and release.mp3
misc/john wick dinner reservation.mp3
misc/john wick hand over your son.mp3
misc/john wick its ok lets go home.mp3
misc/john wick killed 8 more men.mp3
misc/john wick killed.mp3
misc/john wick not for sale.mp3
misc/john wick when Helen died.mp3
misc/John Wick Yeah I'm thinking I'm back!'.mp3
}

}
Jogn Wick is offline
Jogn Wick
Member
Join Date: Feb 2020
Old 03-10-2020 , 20:54   Re: BEsaysounds
Reply With Quote #188

VAC secure mode is activated.
[BEsaysounds] Key 'saysounds' not found!
[BEsaysounds] Key 'c4timer' not found!
[BEsaysounds] Key 'events' not found!
[BEsaysounds] Key 'admin' not found!
[BEsaysounds] version 0.1f initialized!
L 03/10/2020 - 20:51:56: [KnifeOwned.smx] [Knife Notification] - Loaded


what does that mean? not found???
Jogn Wick 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 06:37.


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