How to create new lines
#3

Ok thanks,

Atm i have:

pawn Код:
format(file, sizeof file, "Warnings: %d\n",AccountInfo[playerid][Warns]);
{   fwrite(account, file); }
Would i make it:

pawn Код:
format(file, sizeof file, "Warnings: %d\r\n",AccountInfo[playerid][Warns]);
{   fwrite(account, file); }
Reply


Messages In This Thread
How to create new lines - by Torran - 06.03.2010, 16:16
Re: How to create new lines - by Miguel - 06.03.2010, 16:18
Re: How to create new lines - by Torran - 06.03.2010, 16:21
Re: How to create new lines - by Torran - 06.03.2010, 16:58

Forum Jump:


Users browsing this thread: 2 Guest(s)