AMX Mod X API Documentation

Signature
native read_args(output[], len);
Description

Retrieves full client command string.

Notes
  • Should only be used inside of the client_command() forward.
Parameters
  • output Buffer to copy command line to
  • len Maximum buffer size
Returns

Number of cells written to buffer

Назад
Верх