Skip to content

Our version of chat processor that allows other plugins to interact with the chat features.

License

Notifications You must be signed in to change notification settings

Eternar/chatprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Processor

Our version of chat processor that allows other plugins to interact with the chat features. (Documentation)

Installation

You can install this plugin automatically using our ingame plugin manager (API) or via cloning this repository.

Dependencies

  • Eternar (API)

Usage

public Action ECP_OnChatMessage(int& author, ArrayList recipients, char[] flagstring, char[] name, char[] message, bool& processcolors, bool& removecolors)
{
	Format(name, MAX_MESSAGE_LENGTH, "{red}%s", name);
	Format(message, MAX_MESSAGE_LENGTH, "{blue}%s", message);
	return Plugin_Changed;
}

About

Our version of chat processor that allows other plugins to interact with the chat features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published