#1

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?
Reply
#2

pawn Код:
ircJoinChan(EchoConnection, EchoChan);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)