Thread: Autoresponder
View Single Post
Author Message
Russianeer
SourceMod Donor
Join Date: Feb 2011
Old 07-28-2011 , 23:34   Autoresponder
Reply With Quote #1

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:



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.
Attached Files
File Type: sp Get Plugin or Get Source (chat_responses.sp - 1431 views - 2.4 KB)
File Type: txt chat_responses.txt (201 Bytes, 659 views)

Last edited by Russianeer; 07-28-2011 at 23:37.
Russianeer is offline