Fblockwrite

From SA-MP Wiki

Jump to: navigation, search


Write data to a file in binary format, while ignoring line brakes and encoding.


Parameters:
(handle,const buffer[],size=sizeof buffer)
handleThe File handle to use, opened by fopen().
const buffer[]The data to write to the file.
size=sizeof bufferThe number of cells to write.


ReturnsThis function doesn't return a specific value


fblockwrite(gFile, "Save this data!", 15);
Personal tools