Bot Problem
#5

Код:
#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;
Reply


Messages In This Thread
Bot Problem - by Blackazur - 22.01.2013, 17:38
Re: Bot Problem - by SilverKiller - 22.01.2013, 17:41
AW: Bot Problem - by Blackazur - 22.01.2013, 17:43
Re: Bot Problem - by FUNExtreme - 22.01.2013, 17:54
AW: Bot Problem - by Blackazur - 22.01.2013, 18:03
Re: Bot Problem - by FUNExtreme - 22.01.2013, 18:10
AW: Bot Problem - by Blackazur - 22.01.2013, 18:22
Re: Bot Problem - by FUNExtreme - 22.01.2013, 18:27
AW: Bot Problem - by Blackazur - 22.01.2013, 18:29
Re: Bot Problem - by FUNExtreme - 22.01.2013, 18:39

Forum Jump:


Users browsing this thread: 1 Guest(s)