AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Admin Sounds (https://forums.alliedmods.net/showthread.php?t=60105)

dalto 09-07-2007 14:41

Re: Admin Sounds
 
Quote:

Originally Posted by andi67 (Post 528399)
admin sounds is on but when I type !admin_sounds no menu is showing up ???

Check your logs, addons/sourcemod/logs

I suspect there will be some errors in there.

andi67 09-07-2007 17:54

Re: Admin Sounds
 
23:52:54 sm plugins debug 10 on
23:52:54 [SM] Could not toggle debug mode on plugin adminsounds.smx.
[SM] Plugin returned error: Plugin is not runnable.

This is what I get when trying to debug adminsounds .
any solution ???

dalto 09-07-2007 17:57

Re: Admin Sounds
 
Quote:

Originally Posted by andi67 (Post 528547)
23:52:54 sm plugins debug 10 on
23:52:54 [SM] Could not toggle debug mode on plugin adminsounds.smx.
[SM] Plugin returned error: Plugin is not runnable.

This is what I get when trying to debug adminsounds .
any solution ???

It means the plugin did not load. Probably because the config file is missing or broken. sm plugins info 10 will tell you why it did not load.

andi67 09-08-2007 06:13

Re: Admin Sounds
 
[SM] Plugin encountered error 15: Array index is out of bounds ???
[SM] Plugin returned error: Plugin is not runnable.
What does it mean ???

dalto 09-08-2007 13:19

Re: Admin Sounds
 
Quote:

Originally Posted by andi67 (Post 528790)
[SM] Plugin encountered error 15: Array index is out of bounds ???
[SM] Plugin returned error: Plugin is not runnable.
What does it mean ???

Hard to say without debug on but it probably means that you have more sounds that I thought people would and I am not doing very good bounds checking.

But....that is fixable.

New Release: Version 1.0.1

Changes:
  • Increased the maximum number of sounds to 50
  • Added bounds checking during sounds loading

andi67 09-08-2007 18:05

Re: Admin Sounds
 
Wow , great work !!! Now with the new update itīs running fine .
Big THX for support !!!

imported_Anth0ny 09-09-2007 06:18

Re: Admin Sounds
 
thanks dalto!
=)

MeatGrinder 09-18-2007 19:25

Re: Admin Sounds
 
I have a feature suggestion. This is a feature that wasn't in Mani either but would be a very very nice addition.

We need a cvar to limit how often admin sounds can be played. We have several admins on our server and have had many occasions where 2 or more sounds accidentally get played one on top of the other. This restriction would be imposed globally obviously (rather than on each admin individually) to avoid coincidences of two different admins playing a sound at the same time.

//time in seconds after playing a sound that another one can be played (default = 0)
sm_admin_sounds_delay 0

Thanks!:)

dalto 09-18-2007 19:46

Re: Admin Sounds
 
Quote:

Originally Posted by MeatGrinder (Post 532787)
I have a feature suggestion. This is a feature that wasn't in Mani either but would be a very very nice addition.

We need a cvar to limit how often admin sounds can be played. We have several admins on our server and have had many occasions where 2 or more sounds accidentally get played one on top of the other. This restriction would be imposed globally obviously (rather than on each admin individually) to avoid coincidences of two different admins playing a sound at the same time.

//time in seconds after playing a sound that another one can be played (default = 0)
sm_admin_sounds_delay 0

Thanks!:)

Good idea, I will add it.

imported_Anth0ny 09-19-2007 01:59

Re: Admin Sounds
 
+1
join to this feature suggestion....


All times are GMT -4. The time now is 14:25.

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