30.01.2014, 08:47
Head on to IRC, /join #YourChanel make sure you register it and everything. Once you've done this head to your IRC filterscript and configer all of this
To your settings of your IRC server/channel, once you start your script the bots should connect. You can then edit the script to your liking, echoing anything you want to IRC.
pawn Код:
#define BOT_1_MAIN_NICKNAME "BotA"
#define BOT_1_ALTERNATE_NICKNAME "BotA`"
#define BOT_1_REALNAME "SA-MP Bot"
#define BOT_1_USERNAME "bot"
#define BOT_2_MAIN_NICKNAME "BotB"
#define BOT_2_ALTERNATE_NICKNAME "BotB`"
#define BOT_2_REALNAME "SA-MP Bot"
#define BOT_2_USERNAME "bot"
#define IRC_SERVER "irc.tl"
#define IRC_PORT (6667)
#define IRC_CHANNEL "#testchannel"