AMX Mod X API Documentation

Signature
native read_argv_int(id);
Description

Retrieves argument of client command as integer value.

Notes
  • Should only be used inside of the client_command() forward.
Parameters
  • id Argument index starting from 1
Returns

Integer value

Назад
Верх