Skip to content

xpt1x/Chat-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Chat Bot Download

Most Simple Advertiser and Responder Plugin

Usage

  • Public Ad Messages should be added in :
new admessages[][] =  
  • Auto Responder Text and Response should be added to :
new variables[][VARTYPE] =

Example :

new variables[][VARTYPE] =
{
	{ "lag", "^4Server ^1is ^3not lagging" }
}

This will print : Server is not lagging
When some says lag in chat

  • From v1.2 and above includes BLOCKWORDS
    Words should be added in :
new BlockWords[][] = 

Settings within Source

#define DELAY 30.0 ( Time delay between Public Ad Messages )
#define PRINTDELAY 0.2 ( Time delay between Response from Server )
#define BLOCKWORDS ( Comment if you dont want to block any swearing / offensive words )
#define HIDE_SLASH ( Comment if you dont want to Hide Slash )
//#define PRINTTOALL ( Uncomment if you want Response to be visible for all players )

About

Advertisement and Chat Bot Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published