AMX Mod X API Documentation

Signature
native fputc(file, data);
Description

Writes character to file

Parameters
  • file Handle to the file
  • data Character to put
Returns

Character written on success, -1 otherwise

Назад
Верх