FileWriteInt32
Syntax
native bool:FileWriteInt32(file, any:data);
Usage
| Parameter | Description |
|---|---|
| file | Handle to the file |
| data | Data to write |
Description
Writes a single int32 (int/cell) to a file.
Return
True on success, false on failure
native bool:FileWriteInt32(file, any:data);
| Parameter | Description |
|---|---|
| file | Handle to the file |
| data | Data to write |
Writes a single int32 (int/cell) to a file.
True on success, false on failure