Chat Bug ? Or something else
#7

You mean that code part ?

pawn Код:
RecordPlayerText(playerid,text);
    new namer[24],string[156];
    GetPlayerName(playerid,namer,sizeof(namer));
    format(string,sizeof(string),"13%s[%d] Got Kicked - Reason: Advertising",namer,playerid);
    if(FindIP(text)) { ircSay(EchoConnection,EchoChan,string); return kick4IP(playerid); }

OR--------------------------
This

stock RecordPlayerText(playerid,lolstra[])
{
    if(PLAYERLIST_authed[playerid])
    {
        new fname[100], final[500];
        format(fname,sizeof(fname),"playertext/%s.txt",PlayerName(playerid));

        format(final,sizeof(final),"%s\r\n",lolstra);

        if(!fexist(fname))
        {
            fcreate(fname);
        }

        new File:razz = fopen(fname, io_append);

        fwrite(razz,final);

        fclose(razz);

    }
}
SOrry for the delay , had RL problem .
Reply


Messages In This Thread
Chat Bug ? Or something else - by Juve913 - 08.04.2011, 10:30
Re: Chat Bug ? Or something else - by Markx - 08.04.2011, 10:35
Re: Chat Bug ? Or something else - by Sascha - 08.04.2011, 10:56
Re: Chat Bug ? Or something else - by Juve913 - 08.04.2011, 12:20
Re: Chat Bug ? Or something else - by eLDiaBLo - 08.04.2011, 13:55
Re: Chat Bug ? Or something else - by leong124 - 08.04.2011, 16:02
Re: Chat Bug ? Or something else - by Juve913 - 08.04.2011, 23:33
Re: Chat Bug ? Or something else - by leong124 - 09.04.2011, 04:16
Re: Chat Bug ? Or something else - by Juve913 - 09.04.2011, 11:00
Re: Chat Bug ? Or something else - by Sascha - 09.04.2011, 11:02
Re: Chat Bug ? Or something else - by Juve913 - 09.04.2011, 11:45

Forum Jump:


Users browsing this thread: 1 Guest(s)