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

Admin Sounds 1.2.2


Post New Thread Reply   
 
Thread Tools Display Modes
hero88go
New Member
Join Date: Jul 2012
Old 11-24-2012 , 20:10   Re: Admin Sounds 1.2.2
Reply With Quote #281

Can someone please tell me what's wrong with my config file?? The only thing that comes up is "Fun Songs" then only one song which is "Whatcha Say"

Code:
//Make sure "soundslist.cfg" is in your addons/sourcemod/configs/ directory.
//Sounds go in your mods "sound" directory (such as sound/misc/filename.wav).
//
//File Format:
//"Admin Sounds"
//{
//	"Category 1" // Name of the category (use default server language here)
//	{
//		"fr" 	"Categorie 1" // Name of the category in the specified language (refers to configs/language.cfg) [optional]
//		"es" 	"..." // [optional]
//		"delay" 	"20" // delay for all sounds of the category (if not specified, use default delay => cvar) [optional]
//		"volume" 	"1.0" // volume for all sounds of the category (if not specified, use default volume => cvar) [optional]
//		"display" 	"1" // display the name of the played sound (if not specified, use default display => cvar) [optional]
//		"stop"		"0" // disable stop option for this category (if not specified, use default stop => cvar) [optional]
//
//		"wazza"  // Name of sound
//		{
//			"file"	"misc/wazza.wav" // "file" is always there, next is the filepath (without "sound/")
//			"download" 	"1"	// 1 to download the sounds, 0 to not download (default is 1) [optional]
//			"delay" 	"30" // delay for the next sound in seconds (if not specified, use category delay) [optional]
//			"volume" 	"0.8" // volume for this sound (if not specified, use category volume) [optional]
//			"display" 	"1" // display the name of the played sound (if not specified, use category display) [optional]
//			"stop"		"0" // disable stop option for this sound (if not specified, use category stop option) [optional]
//		}
//	}
//
//	"Category 2"
//	{
//		"Sound 1"
//		{
//			"file"	"misc/sound1.mp3" // "file" is always there, next is the filepath (without "sound/")
//		}
//	}
//}
//
// To know if your list is good, type sm_admin_sounds_list in your console
//

"Admin Sounds"
{
	"Fun Songs"
	{
		"WhatchaSayyy"
		{
			"file" "adminsounds/WhatchaSay.mp3
		}

		"GunshotBride"
		{
			"file" "adminsounds/gunshot.mp3"
		}
	}
       "Bastion"
       {
		"Ain't No Easy"
		{
			"file" "adminsounds/AintNoEasy.mp3"
		}
		"Hold It"
		{
			"file" "adminsounds/HoldItRightThere.mp3"
                       "stop" "1"
		}
	
        
		"Jump For Joy"
		{
			"file" "adminsounds/JumpForJoy.mp3"
		}
	
        
		"Kid Just Rages"
		{
			"file" "adminsounds/KidJustRages.mp3"
		}
	
        
		"Plain Overkill"
		{
			"file" "adminsounds/PlainOverkill.mp3"
	        }
	
       
		"Scumbags.."
		{
			"file" "adminsounds/Scumbags.mp3"
		}
	}

       "Mario"
       {
		"Death"
		{
			"file" "adminsounds/SMBDeath.mp3"
		}
	
        
		"Gameover"
		{
			"file" "adminsounds/SMBGameover.mp3"
		}
	
        
		"World Cleared"
		{
			"file" "adminsounds/SMBWorldCleared.mp3"
		}
	}
       "Zelda"
       {
	       "Hey, Listen!"
		{
			"file" "adminsounds/HeyListen.mp3"
		}
	
        
	       "Item get!"
		{
			"file" "adminsounds/LOZItem.mp3"
		}
	
        
	       "Secret get!"
		{
			"file" "adminsounds/LOZSecret.mp3"
		}
	}

}
hero88go is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 11-25-2012 , 12:32   Re: Admin Sounds 1.2.2
Reply With Quote #282

There is a bad character in your file, right after 'WatchaSay.mp3'.
__________________

*** *** ***
-My plugins-

Last edited by St00ne; 11-25-2012 at 12:32.
St00ne is offline
hero88go
New Member
Join Date: Jul 2012
Old 11-29-2012 , 00:00   Re: Admin Sounds 1.2.2
Reply With Quote #283

Quote:
Originally Posted by St00ne View Post
There is a bad character in your file, right after 'WatchaSay.mp3'.
Oh god I'm so stupid thank you so much I spent hours looking at this
hero88go is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 11-30-2012 , 10:12   Re: Admin Sounds 1.2.2
Reply With Quote #284

Quote:
Originally Posted by hero88go View Post
Oh god I'm so stupid thank you so much I spent hours looking at this
No problem, I'm glad it helped
__________________

*** *** ***
-My plugins-
St00ne is offline
heroeskiller95
New Member
Join Date: Mar 2013
Old 04-05-2013 , 14:42   Re: Admin Sounds 1.2.2
Reply With Quote #285

Hello, I have quite big problem with this plugin. Everything is fine, BUT...

When I launch some sound, it won't play it. I have to type in chat "!stopall" to turn it off and "!stopall" again to turn it on. Then it plays it.
heroeskiller95 is offline
Avo
Senior Member
Join Date: Apr 2012
Old 04-05-2013 , 19:10   Re: Admin Sounds 1.2.2
Reply With Quote #286

Here's a CSGO fix for this plugin, using Sourcemod CSGO Quirks. You doesn't need anymore sounds to be in "music" folder to be played.
Attached Files
File Type: sp Get Plugin or Get Source (adminsounds.sp - 726 views - 28.0 KB)
File Type: smx adminsounds.smx (15.8 KB, 353 views)
File Type: zip Admin Sounds.zip (26.4 KB, 593 views)
__________________

Last edited by Avo; 04-05-2013 at 19:26.
Avo is offline
heroeskiller95
New Member
Join Date: Mar 2013
Old 04-06-2013 , 07:27   Re: Admin Sounds 1.2.2
Reply With Quote #287

Thanks, but I have CS:Source.
heroeskiller95 is offline
Avo
Senior Member
Join Date: Apr 2012
Old 04-06-2013 , 09:55   Re: Admin Sounds 1.2.2
Reply With Quote #288

Lol, that wasn't in response to your problem heroeskiller95, sorry ;)
__________________

Last edited by Avo; 04-06-2013 at 09:57.
Avo is offline
shyriu42
Member
Join Date: Dec 2009
Old 04-06-2013 , 10:11   Re: Admin Sounds 1.2.2
Reply With Quote #289

Thanks Avo it works fine for CS:GO Great pleasure to disturbing players again with amazing sounds
shyriu42 is offline
heroeskiller95
New Member
Join Date: Mar 2013
Old 04-06-2013 , 10:31   Re: Admin Sounds 1.2.2
Reply With Quote #290

Ok, no problem. I thought it was, because no one replied here for months...

But it seems that problem disappeared. I did absolutely nothing and day after it seems working.
heroeskiller95 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 05:37.


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