AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Disable "Speech Stuff" in amxmodmenu (https://forums.alliedmods.net/showthread.php?t=62234)

pandaking 10-21-2007 12:31

Disable "Speech Stuff" in amxmodmenu
 
Hello again,

I was hoping to disable "Speech Stuff" in the amxmodmenu, as i just find it really annoying when my admins use it! :mrgreen:

I found the speech.ini file, which I could use to comment out with a ";" every single item in it, but I was wondering if there is a way to disable it altogether?


Thanks for your help :wink:

dangerix 10-21-2007 12:35

Re: Disable "Speech Stuff" in amxmodmenu
 
Open your menufront.sma and disable the amx_speechmenu
Code:

//AddMenuLang("SPECH_STUFF", "amx_speechmenu", ADMIN_LEVEL_B, "Commands Menu")
It's around line 130, in the AddDefaultMenus().

Recompile, upload, finished.

//edit:
The "Speech Stuff" will disappear from the amxmodmenu, but admins could still access it through "amx_speechmenu". You'd have to edit the cmdmenu.sma to prevent that.

pandaking 10-21-2007 16:47

Re: Disable "Speech Stuff" in amxmodmenu
 
Ahh, I think I will stick with just disabling each sound :P

I was thinking commenting out some plugin or something, like the teleport menu.

Thanks for your help :)


All times are GMT -4. The time now is 12:04.

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