AlliedModders

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

Russianeer 07-28-2011 23:34

Autoresponder
 
2 Attachment(s)
This plugin was made due to this request: http://forums.alliedmods.net/showthread.php?t=162794

Description:

Displays chat advertisements when specified text is said in player chat.

Example:

http://www.protf2.com/downloads/2011-07-28_00001.png

Cvars:

sm_chat_file (Default: "chat_responses.txt") - Specifies the name of the file.

Usage:

Code:

"ChatResponses"
{
        "who's awesome?"
        {
                "text"                "{GREEN}Rus{OLIVE}sia{TEAM}ne{DEFAULT}er""
        }
       
        "!command"
        {
                "text"                "{GREEN}GREEN {OLIVE}OLIVE {TEAM}TEAM {DEFAULT}DEFAULT"
        }
}

Put "chat_responses.txt" into your sourcemod/configs directory.

Colors available:
  • {GREEN}
  • {OLIVE}
  • {TEAM}
  • {DEFAULT}
Notes:
  • Commands can have spaces.
  • Commands do not support slashes (/). If someone knows how to fix this, please notify me.

Extreme_One 07-29-2011 02:29

Re: Autoresponder
 
Thank you very much for creating this!

Exactly what I was looking for. :up:

Extreme_One 07-30-2011 06:39

Re: Autoresponder
 
Any chance you could please add {LIGHTGREEN} for TF2?

Russianeer 07-30-2011 14:28

Re: Autoresponder
 
Quote:

Originally Posted by Extreme_One (Post 1521699)
Any chance you could please add {LIGHTGREEN} for TF2?

I'll do it when I get the time to.

PAL-18 07-30-2011 19:42

Re: Autoresponder
 
AWESOME.

I was hoping someone would make something like this. I missed the old AMXMODX plugin that did this.

Extreme_One 08-13-2011 18:42

Re: Autoresponder
 
I was wondering if the creator (or anyone else able to code SourcePawn) would consider the following requests:

It would be great if this would respect Team chat and if the trigger was typed as team chat the response was displayed only to the appropriate team

Also, often times the response messages are displayed in front of the trigger message (wow, that's some optimised coding it seems), can you make it so that it always displays after the trigger message is typed?

I hope these requests aren't too much to ask. This plugin is working out so well on my TF2 server it would be even better with these changes.

I wonder why this hasn't yet been approved?

IAF_RoadRunner 10-15-2011 14:21

Re: Autoresponder
 
Russianeer, can you make a command admin-only? Like !warn (player) (reason), but only admins registered for flags (o) can use it?

Quote:

"ChatResponses"
{
"!warn (player) (reason)"
{
"text" "{GREEN}You have been warned for (reason) by a Admin."
}
}

DontWannaName 10-15-2011 21:00

Re: Autoresponder
 
You can use this:

http://forums.alliedmods.net/showthread.php?t=167815

thetwistedpanda 10-15-2011 21:12

Re: Autoresponder
 
http://www.sourcemod.net/plugins.php...tion=&search=1 may suffice as well.

IAF_RoadRunner 10-16-2011 11:07

Re: Autoresponder
 
Dontwannaname, that plug-in dosn't work, it wont let me put it in the server.

Ty the, those work.


All times are GMT -4. The time now is 20:43.

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