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

Silence The Dead 1.0.0 (Updated 10-9-09)


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   General Purpose        Approver:   Hawk552 (427)
d i g i t a l
Junior Member
Join Date: Oct 2009
Old 10-09-2009 , 21:02   Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #1

Silence The Dead last updated October 9th, 2009


This fully customizable plugin offers a more diverse and easy way to block chatting between players. Silence The Dead offers the option to disable dead chatting between players, and also offers an aware-notice to the player once he's dead that he cannot chat.

Here is a small list of features that are upcoming for Silence The Dead:
  • 'Rock The Chat' voting.
  • More customizable options.
  • Command to disable dead chatting for a specific player.
  • Map start 'Silence The Dead' global vote.
If you have any further opinions or suggestions don't hesitate to post them in this thread, if they are necessary and relevant I will add them in the next available version.


Admin Variables

std_enable - Enable/Disable the overall operation of this plugin.

std_admins - Exempt admins from the dead chatting system.

std_message - Enable/Disable the blocked chat message for dead players.

std_enable - Enable/Disable the overall operation of this plugin.

std_aware - Enable/Disable the notice for blocked chat messages.


Requirements

Module Requirements:
  • Miscellaneous Module
Plugin Requirements:
  • AMX Mod X 1.8.0 or higher
  • STEAM Supported Versions

Change Log

[Oct.9th.2009] v1.0.0
  • First public release of Silence The Dead.
Attached Files
File Type: sma Get Plugin or Get Source (SilenceTheDead.sma - 1246 views - 1.3 KB)
d i g i t a l is offline
fezh
Veteran Member
Join Date: Dec 2008
Location: BANNED
Old 10-09-2009 , 21:07   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #2

What about a special chat only for dead ppl and another for alive ppl? I think it's a better idea.
__________________
"There is no knowledge, that is not power"
fezh is offline
d i g i t a l
Junior Member
Join Date: Oct 2009
Old 10-09-2009 , 21:08   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #3

Quote:
Originally Posted by fezh View Post
What about a special chat only for dead ppl and another for alive ppl? I think it's a better idea.
I can incorporate this into a completely different plugin. If, however, I added your suggestion into this plugin, it would defeat the general purpose.
d i g i t a l is offline
worldspawn
Senior Member
Join Date: Aug 2009
Location: Russia, Yekaterinburg
Old 10-10-2009 , 05:31   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #4

Quote:
What about a special chat only for dead ppl and another for alive ppl? I think it's a better idea.
i always thougth that alive ppl don't see dead chat and dead ppl don't see alive chat...
worldspawn is offline
Send a message via ICQ to worldspawn Send a message via Skype™ to worldspawn
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 10-10-2009 , 05:40   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #5

Nice idea but I don't really understand why you already submitted this. All features that would make this plugin unique and stand out are still missing from the code and it seems like it could take it's time until you figured all that stuff out. For now the plugin seems to be in a redundant state.

Some things you could/should do code-wise:
- The cvar std_enable won't work (plugin can't be disabled). You check the cvar value and then return PLUGIN_HANDLED anyway. To let the message pass you need to return PLUGIN_CONTINUE.
- The cvar std_admins won't work (admins can't chat regardless of cvar setting). You check is_user_admin(id) and then return PLUGIN_HANDLED anyway. To let the message pass you need to return PLUGIN_CONTINUE.
- When you catch the death event there is no need to return PLUGIN_HANDLED in any of those situations. Return PLUGIN_CONTINUE.
- If you return PLUGIN_HANDLED change it to PLUGIN_HANDLED_MAIN so chat commands won't be blocked aswell.
- You could combine the if statements into one in both functions (no must have).
- Do ML, should be no hassle for such a small plugin.
__________________
In Flames we trust!

Last edited by Nextra; 10-10-2009 at 05:47.
Nextra is offline
d i g i t a l
Junior Member
Join Date: Oct 2009
Old 10-10-2009 , 11:03   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #6

Thank you for your input, Nextra.

I'm adding your requests and the features stated in the main post now.
d i g i t a l is offline
ot_207
Veteran Member
Join Date: Jan 2008
Location: Romania The Love Country
Old 10-10-2009 , 11:28   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #7

Quote:
Module Requirements:
Miscellaneous Module
#include <amxmisc>
It is not a module just some stock usefull functions.
Erase that from the main page.
__________________
My approved plug-ins | Good for newbies! | Problems?

Back, will come around when I have time.
ot_207 is offline
SHLAKBAUM
Member
Join Date: May 2009
Old 10-11-2009 , 04:31   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #8

Quote:
Originally Posted by d i g i t a l View Post
Admin Variables

std_enable - Enable/Disable the overall operation of this plugin.

std_admins - Exempt admins from the dead chatting system.

std_message - Enable/Disable the blocked chat message for dead players.

std_enable - Enable/Disable the overall operation of this plugin.

std_aware - Enable/Disable the notice for blocked chat messages.
fix please
__________________
[Steam]
[IMG]http://a.**************/img693/1005/afterglow.png[/IMG]
SHLAKBAUM is offline
Owyn
Veteran Member
Join Date: Nov 2007
Old 10-12-2009 , 06:38   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #9

Quote:
Originally Posted by worldspawn View Post
i always thougth that alive ppl don't see dead chat and dead ppl don't see alive chat...
__________________
☜ Free Mozy ☂backup\҉sync user
Quote:
Американский форум - Задаёшь вопрос, потом тебе отвечают.
Израильский форум - Задаёшь вопрос, потом тебе задают вопрос.
Русский форум - Задаёшь вопрос, потом тебе долго рассказывают, какой ты мудак.
Owyn is offline
Send a message via ICQ to Owyn
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 10-12-2009 , 14:22   Re: Silence The Dead 1.0.0 (Updated 10-9-09)
Reply With Quote #10

Quote:
Originally Posted by worldspawn View Post
i always thougth that alive ppl don't see dead chat and dead ppl don't see alive chat...
I'm not sure but I think that dead people can see alive peoples chat just as they can hear them talking.
__________________
In Flames we trust!
Nextra is offline
Reply


Thread Tools
Display Modes

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 22:24.


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