AMX Mod X API Documentation

Signature
native GetOrigHamReturnString(output[], size);
Description

Gets the original return value of a hook for hooks that return strings.

Parameters
  • output The buffer to store the string in.
  • size The size of the buffer.
Назад
Верх