read_argv
Core (amxmodx.inc)
Description
read_argv - Reads an argument from a command.
Syntax
read_argv ( id, output[], len )
Type
Native
Notes
Arguments start from 1, the 0 argument returns the command.

The result is stored in output for a maximum length of len characters.