native
FileWriteInt32
Syntax
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 |
Return
True on success, false on failure
native
native bool:FileWriteInt32(file, any:data);
Writes a single int32 (int/cell) to a file.
| file | Handle to the file |
|---|---|
| data | Data to write |
True on success, false on failure