AMX Mod X API Documentation

Signature
native read_argc();
Description

Returns number of client command arguments.

Notes
  • Should only be used inside of the client_command() forward.
  • This count includes the command itself. I.e. in a command with 4

    arguments, this will return 5.

Returns

Number of arguments in the command

Назад
Верх