[Include] Logs Dinвmicos! [Losgs]
#10

O meu й mais simples, rs.

pawn Код:
stock LogSystem(LogName[],Text[])
{
    new entry[128],other[128];
    format(entry,sizeof(entry), "%s\r\n",Text);
    format(other,sizeof(other), Logs,LogName);
    new File:hFile;
    hFile = fopen(other,io_append);
    fwrite(hFile, entry);
    fclose(hFile);

}
Bom trabalho mesmo assim x)
Reply


Messages In This Thread
Logs Dinвmicos! [Losgs] - by Lуs - 29.10.2011, 03:46
Re: Logs Dinвmicos! [Losgs] - by Laercio - 29.10.2011, 03:50
Re: Logs Dinвmicos! [Losgs] - by Hardware - 29.10.2011, 04:09
Re: Logs Dinвmicos! [Losgs] - by [O.z]Caroline - 29.10.2011, 04:43
Re: Logs Dinвmicos! [Losgs] - by CanTLoGin - 29.10.2011, 04:51
Re: Logs Dinвmicos! [Losgs] - by Lуs - 29.10.2011, 04:54
Re: Logs Dinвmicos! [Losgs] - by ViniBorn - 29.10.2011, 05:33
Re: Logs Dinвmicos! [Losgs] - by [O.z]Caroline - 29.10.2011, 06:48
Re: Logs Dinвmicos! [Losgs] - by Lуs - 29.10.2011, 07:55
Re: Logs Dinвmicos! [Losgs] - by RebeloX - 29.10.2011, 08:19

Forum Jump:


Users browsing this thread: 2 Guest(s)