IRC problem
#4

Try this as join message under OnPlayerConnect:
pawn Код:
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, IRC_CHANNEL, joinMsg);
Reply


Messages In This Thread
IRC problem - by [WoF]Sonny - 14.09.2011, 13:09
Re: IRC problem - by Kingunit - 14.09.2011, 13:28
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 13:35
Re: IRC problem - by Kingunit - 14.09.2011, 13:46
Re: IRC problem - by Baboon - 14.09.2011, 14:00
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 14:13
Re: IRC problem - by Kingunit - 14.09.2011, 14:19
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 14:26

Forum Jump:


Users browsing this thread: 1 Guest(s)