15.07.2012, 19:20
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; } |