chatlogs
#1

Код:
public OnPlayerText(playerid, text[])
{
new File:gfile, filename[MAX_PLAYER_NAME + 4];
GetPlayerName(playerid, filename, MAX_PLAYER_NAME);
format(filename, sizeof filename, "%s.log", filename);
if(!fexist(filename)) gfile = fopen(filename, io_write);
else gfile = fopen(filename, io_append);
fwrite(text), fclose(gfile);
return 1;
}
Error:
C:\Documents and Settings\Annika Peter.DITT-4C077CBAAE\Mina dokument\Pawno\pawno\COD5.pwn(114) : error 035: argument type mismatch (argument 1)
Reply


Messages In This Thread
chatlogs - by MarkusJuntunen - 21.04.2009, 14:41
Re: chatlogs - by MarkusJuntunen - 21.04.2009, 15:41
Re: chatlogs - by MenaceX^ - 21.04.2009, 16:00
Re: chatlogs - by MarkusJuntunen - 21.04.2009, 16:15
Re: chatlogs - by Francis[French] - 21.04.2009, 17:02
Re: chatlogs - by MenaceX^ - 21.04.2009, 17:16
Re: chatlogs - by Weirdosport - 21.04.2009, 17:23
Re: chatlogs - by MenaceX^ - 21.04.2009, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)