28.11.2011, 19:34
Still with this same errors.
I am sure that the wrong is here
But I have the stock for this.
pawn Код:
new string[128];
format(string, sizeof(string), "7[disconnect] 3%s (%d) has left the server (Timeout).", playerName(playerid), playerid);
IRC_GroupSayEx(gGroupID, IRC_ECHO_CHANNEL, string);
pawn Код:
playerName(playerid), playerid
pawn Код:
stock playerNick(playerid)
{
new pname[24];
GetPlayerName(playerid, pname, 24);
return pname;
}