AMX Mod X API Documentation

Signature
native fseek(file, position, start);
Description

Sets the file position indicator.

Parameters
  • file Handle to the file
  • position Position relative to what is specified in whence
  • start SEEK_ constant value of where to see from
Returns

0 on success, a non-zero value otherwise

Назад
Верх