Fblockwrite
From SA-MP Wiki
Write data to a file in binary format, while ignoring line brakes and encoding.
(handle,const buffer[],size=sizeof buffer)
| handle | The File handle to use, opened by fopen(). |
| const buffer[] | The data to write to the file. |
| size=sizeof buffer | The number of cells to write. |
| Returns | This function doesn't return a specific value |
fblockwrite(gFile, "Save this data!", 15);
