GRRRR : ERRORS
#2

stock ETL(playerid, msg[])
{
new
name[MAX_PLAYER_NAME], // use MAX_PLAYER_NAME for names... 256 is unneeded...
ye,
mo,
da,
ho,
mi,
se
f1[128], // 128 is all you need...
File: Evo=fopen("evotunelog.txt", io_append);
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
gettime(ho, mi, se);
getdate(ye, mo, da);
format(f1, 128, "%s %s Date: %d / %d / %d Time: %d : %d : %d\n", name, msg, da, mo, ye, ho, mi, se);
fwrite(Evo, f1);
fclose(Evo);
return 1;
}
Reply


Messages In This Thread
GRRRR : ERRORS - by Salsa - 06.10.2011, 09:50
Re: GRRRR : ERRORS - by TheLazySloth - 06.10.2011, 09:55
Re: GRRRR : ERRORS - by Salsa - 06.10.2011, 09:57
Re: GRRRR : ERRORS - by TheLazySloth - 06.10.2011, 09:58
Re: GRRRR : ERRORS - by TheLazySloth - 06.10.2011, 10:00
Re: GRRRR : ERRORS - by Salsa - 06.10.2011, 10:12
Re: GRRRR : ERRORS - by TheLazySloth - 06.10.2011, 10:16
Re: GRRRR : ERRORS - by HyperZ - 06.10.2011, 10:18

Forum Jump:


Users browsing this thread: 1 Guest(s)