12.06.2010, 20:35
Got this:
Now where in the hell do i add the channel for the irc bot to join?
Код:
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.");

