13.04.2016, 03:11
Why not use just one format and fwrite though
pawn Code:
new File:Hwban = fopen(Line, io_append);
format(iStr, sizeof(iStr), "%s\r\n%s\r\n", PlayerName(User), iReason);
fwrite(Hwban, iStr);
fclose(Hwban);