IRC - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: IRC (
/showthread.php?tid=154223)
IRC -
Crake^ - 12.06.2010
Got this:
Код:
EchoConnection = ircConnect("irc.gtanet.com", 6667, "pjccnrBOT");
SetGameModeText("PJCCNR");
SetTeamCount(1);
AllowInteriorWeapons(1);
EnableTirePopping(1);
EnableStuntBonusForAll(1);
SetWorldTime(12);
AllowAdminTeleport(1);
UsePlayerPedAnims();
ircSay(EchoConnection, EchoChan,"*** Server Loaded.");
Now where in the hell do i add the channel for the irc bot to join?
Re: IRC - TheInnocentOne - 12.06.2010
pawn Код:
ircJoinChan(EchoConnection, EchoChan);