IRC COnnect not working - 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: IRC COnnect not working (
/showthread.php?tid=359912)
IRC COnnect not working -
Morkano - 15.07.2012
Quote:
public OnPlayerConnect(playerid)
{
new joinMsg[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(joinMsg, sizeof(joinMsg), "02[%d] 03*** %s has joined the server.", playerid, name);
IRC_GroupSay(gGroupID, "#Legend", joinMsg);
return 1;
}
|
hello guys this is irc script when someone join my channel not message on irc why i use irc.pwn help me
Re: IRC COnnect not working -
Kirollos - 15.07.2012
is there any bots connected & added to that group?
Re: IRC COnnect not working -
Morkano - 15.07.2012
yea bot is connected
Re: IRC COnnect not working -
Kirollos - 15.07.2012
added to a group?
Re: IRC COnnect not working -
Morkano - 15.07.2012
mean?
Re: IRC COnnect not working -
Morkano - 15.07.2012
I want help when player join ingame to see on irc but irc_onconnect does not working help