#1

Okay, I'm screwed up. Help me, it isn't connecting any bot to the irc.
EDIT: Updated it with Kiwi now, still the same.
PHP код:
#define BOT_1_NICKNAME "[0]CoastCityRP"
#define BOT_1_REALNAME "CoastCityRoleplaySAMP" // This is the name that will only be visible in a whois
#define BOT_1_USERNAME "Anonymous" // This will be in front of the hostname (username@hostname)
#define BOT_2_NICKNAME "[1]CoastCityRP"
#define BOT_3_NICKNAME "[2]CoastCityRP"
#define IRC_SERVER "irc.kiwiirc.com"
#define IRC_PORT 6667
#define IRC_CHANNEL "#CoastCityRoleplay"
#define IRC_IDLE "#CoastCityRoleplay"
#define IRC_LIVE "#CoastCityRoleplay"
public OnGameModeInit()
{
     
gBotID[0] = IRC_Connect(IRC_SERVERIRC_PORTBOT_1_NICKNAMEBOT_1_REALNAMEBOT_1_USERNAME);
     return 
1;
}
public 
IRC_OnConnect(botid)
{
    
printf("*** IRC_OnConnect: Bot ID %d connected!"botid);
    
SetTimerEx("IRC_JoinDelay"10000"d"botid);
    
IRC_JoinChannel(botidIRC_CHANNEL);
    
IRC_JoinChannel(botidIRC_IDLE);
    
IRC_JoinChannel(botidIRC_LIVE);
    
IRC_AddToGroup(gGroupIDbotid); // Add the IRC bot to the group
    
return 1;

Reply


Messages In This Thread
irc - by StrikerZ - 25.05.2017, 08:37
Re: irc - by Vince - 25.05.2017, 09:09
Re: irc - by StrikerZ - 25.05.2017, 09:22
Re: irc - by iLearner - 25.05.2017, 09:47
Re: irc - by StrikerZ - 25.05.2017, 11:22
Re: irc - by StrikerZ - 26.05.2017, 06:17
Re: irc - by StrikerZ - 27.05.2017, 05:56

Forum Jump:


Users browsing this thread: 3 Guest(s)