Signature
native bool:FileWriteInt32(file, any:data);
Description
Writes a single int32 (int/cell) to a file.
Parameters
- file — Handle to the file
- data — Data to write
Returns
True on success, false on failure