22.01.2013, 18:03
Код:
#include <a_samp> // irc.inc from this package #include <irc> // sscanf2.inc from the sscanf plugin #include <sscanf2> #pragma tabsize 0 #define COLOR_WHITE 0xFFFFFFFF // Name that everyone will see #define BOT_1_NICKNAME "ZvS" // Name that will only be visible in a whois #define BOT_1_REALNAME "ZvS" // Name that will be in front of the hostname (username@hostname) #define BOT_1_USERNAME "ZvS" #define IRC_PORT (6667) #define BOT_2_NICKNAME "" #define BOT_2_REALNAME "ZvS" #define BOT_2_USERNAME "ZvS" // Maximum number of bots in the filterscript #define MAX_BOTS (2) #define PLUGIN_VERSION "1.4.3" new botIDs[MAX_BOTS], groupID;