06.10.2011, 10:00
// Nevermind, I found the mistake.
stock ETL(playerid, msg[])
{
stock ETL(playerid, msg[])
{
new}name[MAX_PLAYER_NAME],GetPlayerName(playerid, name, MAX_PLAYER_NAME);
ye,
mo,
da,
ho,
mi,
se, // Missed the comma =o
f1[128],
File: Evo=fopen("evotunelog.txt", io_append);
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;