01.09.2006, 14:46
Ah, this is an issue with the "fputchar" of samp. If you want to fix it your self, replace the
with
Are you sure you use 1.2? It is already fixed in this release!
pawn Code:
fputchar(fhnd,13);
fputchar(fhnd,10);
pawn Code:
fwrite(fhnd,"\r\n");
Are you sure you use 1.2? It is already fixed in this release!