AMX Mod X API Documentation

Signature
native read_argv(id, output[], len);
Description

Retrieves argument of client command as string.

Notes
  • Should only be used inside of the client_command() forward.
Parameters
  • id Argument index starting from 1, 0 returns the command itself
  • output Buffer to copy command argument to
  • len Maximum buffer size
Returns

Number of cells written to buffer

Назад
Верх