FileWriteInt8

Syntax

native bool:FileWriteInt8(file, any:data);

Usage

file
Handle to the file
data
Data to write (truncated to an int8)

Description

Writes a single int8 (byte) to a file.

Return

True on success, false on failure