SA-MP Forums Archive
Help on IRC bots connect - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help on IRC bots connect (/showthread.php?tid=565166)



Help on IRC bots connect - Driver546465 - 25.02.2015

did the bots of server can join to my irc channel when i start server on mod lan? please and thank u


Re: Help on IRC bots connect - Driver546465 - 25.02.2015

answer me i need help on this really


Re: Help on IRC bots connect - Driver546465 - 25.02.2015

guys please reponse!


Re: Help on IRC bots connect - RedFusion - 25.02.2015

Try and see what happens, i'd guess they would connect. Just try!


Re: Help on IRC bots connect - Driver546465 - 25.02.2015

i dont know how to connect them and when i start my samp server i cant see IRC_Connect on the server? help


Re: Help on IRC bots connect - RedFusion - 25.02.2015

Debug your script, add this and keep an eye on the console / server logs
pawn Код:
public IRC_OnConnect(botid, ip[], port)
{
 printf("botid %i connected to %s:%i", botid, ip, port);
}



Re: Help on IRC bots connect - Driver546465 - 25.02.2015

Nothing happen i cant see IRC_Connect on the server log help how to connect them to my channel


Re: Help on IRC bots connect - RedFusion - 25.02.2015

Did you try without lan mode?


Re: Help on IRC bots connect - Driver546465 - 25.02.2015

how to host it with out lan mod? need a port?


Re: Help on IRC bots connect - Driver546465 - 25.02.2015

red fusion now on Server log says IRC_Connect:exepting 7 parameter (s),but found 8 and they dont come to my irc channel how to fix this