Raised This Month: $51 Target: $400
 12% 

Say Sounds


Post New Thread Reply   
 
Thread Tools Display Modes
300pn
Junior Member
Join Date: Feb 2010
Old 03-01-2010 , 20:35   Re: Say Sounds
Reply With Quote #451

I am having the same problem, the song clip downloads but trigger does nothing, looked at posts but they were no help...
300pn is offline
regchan
New Member
Join Date: Mar 2010
Old 03-09-2010 , 22:25   Re: Say Sounds
Reply With Quote #452

hi every body im new here looking to set up my own server for future i got this installed heres the but the sounds are only limited to 5 warning at 3 how to extend this please im a noob
i found the bit above saying to change it located in the file saysounds.sp but i did atempt to but no change how to i restarted the program no luck is it located some where else or is it not recognizing it am i doing something wrong need advice on this asap

Cvarlist (default value):
sm_sound_enable 1 Turns Sounds On/Off
sm_sound_warn 0 Number of sounds to warn person at 3
sm_sound_limit 0 Maximum sounds per person 5
sm_join_exit 1 Play sounds when someone joins or exits the game
sm_time_between_sounds 0.5 Time between each sound trigger, 4.5 to disable checking

CreateConVar("sm_saysounds_version", PLUGIN_VERSION, "Say Sounds Version", FCVAR_PLUGIN|FCVAR_SPONLY|FCVAR_REPLICATED|FC VAR_NOTIFY);
cvarsoundenable = CreateConVar("sm_sound_enable","1","Turns Sounds On/Off",FCVAR_PLUGIN);
cvarsoundwarn = CreateConVar("sm_sound_warn","0","Number of sounds to warn person at",FCVAR_PLUGIN);
cvarsoundlimit = CreateConVar("sm_sound_limit","0","Maximum sounds per person",FCVAR_PLUGIN);
cvarjoinexit = CreateConVar("sm_join_exit","1","Play sounds when someone joins or exits the game",FCVAR_PLUGIN);
cvartimebetween = CreateConVar("sm_time_between_sounds","0.5"," Time between each sound trigger, 0.0 to disable checking",FCVAR_PLUGIN);
what one should i modify then im very confused please advise
i want unlimited sounds so no warn or limit nothing between the sounds
but all in all every thing works


this is to where i found saysounds.sp
saysoundsextracted\saysounds\addons\sourcemod \scripting

Last edited by regchan; 03-09-2010 at 23:10.
regchan is offline
kq6zz
Member
Join Date: Apr 2010
Old 04-25-2010 , 01:56   Re: Say Sounds
Reply With Quote #453

I too, would like to raise the limit of 5 sounds to maybe ... 20? How do we do this??
kq6zz is offline
NukeMan
BANNED
Join Date: Mar 2010
Old 05-03-2010 , 14:32   Re: Say Sounds
Reply With Quote #454

Quote:
Originally Posted by kq6zz View Post
I too, would like to raise the limit of 5 sounds to maybe ... 20? How do we do this??
In your server.cfg create a cvar 'sm_sound_limit 0' and change it to 20 or 200, or 2000
NukeMan is offline
NukeMan
BANNED
Join Date: Mar 2010
Old 05-03-2010 , 14:38   Re: Say Sounds
Reply With Quote #455

Ok, I have other trouble...
Sounds play fine, all wrks, but when player join, there is played last triggered sound in place of joinsound
Am I missed something?

My cvars are:

Code:
sm_sound_enable 1	 //Turns Sounds On/Off
sm_sound_warn 3		 //Number of sounds to warn person at
sm_sound_limit 150 	 //Maximum sounds per person
sm_join_exit 1 		//Play sounds when someone joins or exits the game
sm_time_between_sounds 7 	//Time between each sound trigger, 0.0 to disable checking

And play list:

Code:
"Sound Combinations"
{
	"JoinSound"
	{
		"file"	"misc/mana.mp3"
		"admin"	"0"
	}
	"ExitSound"
	{
		"file"	"misc/turret_good_bye.wav"
		"admin"	"0"
	}
	"bye"
	{
		"file"	"misc/turret_good_bye.wav"
		"admin"	"0"
	}
	"wazza"
	{
		"file"	"misc/wazza.wav"
		"admin"	"0"
	}
	"uuu"
	{
		"file"	"misc/huuu.wav"
		"admin"	"0"
	}
	"burp"
	{
		"file"	"misc/burp.mp3"
		"admin"	"0"
	}
	"comeout"
	{
		"file"	"misc/comeout.mp3"
		"admin"	"0"
	}
	"mov"
	{
		"file"	"misc/move.mp3"
		"admin"	"0"
	}
}
And how to restrict multiple sounds played at the same time by different users???

One more...
I have fast DL enabled and sound files are in right place, but don't download to client. How can I configure file transfer?

Last edited by NukeMan; 05-13-2010 at 04:21.
NukeMan is offline
Christian
Junior Member
Join Date: May 2010
Old 05-14-2010 , 18:57   Re: Say Sounds
Reply With Quote #456

how do i set it up so each admins can have different join sounds?
Christian is offline
Christian
Junior Member
Join Date: May 2010
Old 05-14-2010 , 22:21   Re: Say Sounds
Reply With Quote #457

admin join sounds dont work lol..

how do i fix it?
Christian is offline
NukeMan
BANNED
Join Date: Mar 2010
Old 05-15-2010 , 17:39   Re: Say Sounds
Reply With Quote #458

Quote:
Originally Posted by Christian View Post
admin join sounds dont work lol..

how do i fix it?
try http://forums.alliedmods.net/showthr...ight=saysounds

There are more features ;)
NukeMan is offline
Christian
Junior Member
Join Date: May 2010
Old 05-15-2010 , 19:30   Re: Say Sounds
Reply With Quote #459

Quote:
Originally Posted by NukeMan View Post
THANK YOU SO MUCH!

Last edited by Christian; 05-15-2010 at 19:36.
Christian is offline
300pn
Junior Member
Join Date: Feb 2010
Old 08-05-2010 , 21:55   Re: Say Sounds
Reply With Quote #460

ok i have had this plugin in the past but now i cant get it back. i put the saysounds.smx in plugins...made a misc folder for sounds and have a cfg file in addons/sourcemod/cfg, but sounds wont download to server and the triggers dont work...what the hell am i doing wrong this time?
300pn 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 21:53.


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