02.06.2014, 17:23
@sup all, I want to know how to put two bots in one group I got already took an idea about it but I need more explain
here it is :
I want to make bot 1 and bot 2 in one group
so anything it says it appear like this
CandyBot:
StreetyBot:
CandyBot:
StreetyBot:
CandyBot:
- Thanks inadvance
here it is :
pawn Код:
//====================================IRC=======================================
#define BOT_1_NICKNAME "CandyBot"// This is the name that everyone will see
#define BOT_1_REALNAME "SFTDM"// This is the name that will only be visible in a whois
#define BOT_1_USERNAME "SFTDM"// This will be in front of the hostname (username@hostname)
#define BOT_2_NICKNAME "StreetyBot"// This is the name that everyone will see
#define BOT_2_REALNAME "SFTDM2"// This is the name that will only be visible in a whois
#define BOT_2_USERNAME "SFTDM2"// This will be in front of the hostname (username@hostname)
#define BOT_3_NICKNAME "SpyBot"
#define BOT_3_REALNAME "SFTDM3"
#define BOT_3_USERNAME "SFTDM3"
#define IRC_SERVER "irc.bttdm.com"
#define IRC_PORT 6667
#define IRC_CHANNEL "#sfirc[3x]"
#define IRC_ADMINCHANNEL "#sfirc[3x].oper"
#define MAX_BOTS 3// Maximum number of bots in the filterscript
#define MAX_SERVER_PLAYERS MAX_PLAYERS// Maximum number of players in the server
new gBotID[MAX_BOTS], gGroupID, gGroupID2;
so anything it says it appear like this
CandyBot:
StreetyBot:
CandyBot:
StreetyBot:
CandyBot:
- Thanks inadvance