21.03.2009, 13:00
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
{
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