set_array
Core (amxmodx.inc)
Description
set_array - Copies a local array into the one given by a calling plugin.
Syntax
set_array ( param, source[], size )
Type
Native
Notes
This can only be used in a dynamic native function registered with style 0 (default). Arguments start at 1.

See set_string for more details.