AMX Mod X API Documentation

Signature
native md5_file(const file[], md5buffer[34]);
Description

Calculates the MD5 keysum of a file.

Parameters
  • file Path to file to calculate keysum of
  • md5buffer Buffer to copy the MD5 hash to
Returns

Number of cells written to the buffer (always 32)

Errors
  • If the file can not be opened, and error is thrown.
Назад
Верх