21.03.2009, 16:55
Quote:
Originally Posted by ry5a
public OnPlayerDisconnect(playerid, reason)
{ new string[256], pname[MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); format(string, sizeof(string), "%s has left the server", pname); ircSay(EchoConnection, EchoChan, string); } That should say [Ka]Ry5a has left the server. But it doesnt. No compile errors atall. Please help! xD |