IRC COnnect not working
#1

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

is there any bots connected & added to that group?
Reply
#3

yea bot is connected
Reply
#4

added to a group?
Reply
#5

mean?
Reply
#6

I want help when player join ingame to see on irc but irc_onconnect does not working help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)