23.03.2011, 13:41
Код:
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, IRC_CHANNEL, joinMsg);
return 1;
}
when player connect
They must be a message to all or for player
example
Player Has joined server
Message to him or for all
name : Welcome to test server %s
Hope u can do it
Regards From Wheelman

