GRRRR : ERRORS
#5

// Nevermind, I found the mistake.

stock ETL(playerid, msg[])
{
new
name[MAX_PLAYER_NAME],
ye,
mo,
da,
ho,
mi,
se, // Missed the comma =o
f1[128],
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: 6 Guest(s)