please help
#8

Quote:
Originally Posted by Nonameman
Посмотреть сообщение
I mean:

pawn Код:
new msg2[512];
    if(botid == IRC_EchoConnection[0])
    {
        print("[IRC] Socket 1 established");
        format(msg2,sizeof(msg2), "Privmsg2 Nickserv identify %s",BotPass);
        IRC_SendRaw(IRC_EchoConnection[0], msg2);
        IRC_JoinChannel(IRC_EchoConnection[0], EchoChan);
    }
    else if(botid == IRC_EchoConnection[1])
    {
        print("[IRC] Socket 2 established");
        format(msg2,sizeof(msg2), "Privmsg2 Nickserv identify %s",BotPass);
        IRC_SendRaw(IRC_EchoConnection[1], msg2);
        IRC_JoinChannel(IRC_EchoConnection[1], EchoChan);
    }
    return 1;
}
just change the name of the variable at the places you want to use it.
you just lost me
Reply


Messages In This Thread
please help - by sam1929 - 16.02.2012, 14:18
Re: please help - by Konstantinos - 16.02.2012, 14:21
Re: please help - by sam1929 - 16.02.2012, 14:28
Re: please help - by Konstantinos - 16.02.2012, 14:28
Re: please help - by Nonameman - 16.02.2012, 14:28
Re: please help - by sam1929 - 16.02.2012, 14:56
Re: please help - by Nonameman - 16.02.2012, 15:07
Re: please help - by sam1929 - 16.02.2012, 15:10
Re: please help - by Nonameman - 16.02.2012, 15:33
Re: please help - by sam1929 - 16.02.2012, 17:38

Forum Jump:


Users browsing this thread: 6 Guest(s)