Help!
#3

Still with this same errors.
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);
I am sure that the wrong is here
pawn Код:
playerName(playerid), playerid
But I have the stock for this.
pawn Код:
stock playerNick(playerid)
{
    new pname[24];
    GetPlayerName(playerid, pname, 24);
    return pname;
}
Reply


Messages In This Thread
Help! - by Kostas' - 28.11.2011, 19:25
Re: Help! - by IceCube! - 28.11.2011, 19:27
Re: Help! - by Kostas' - 28.11.2011, 19:34
Re: Help! - by IceCube! - 28.11.2011, 19:39

Forum Jump:


Users browsing this thread: 1 Guest(s)