View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 02-16-2017 , 14:14   Re: [ TUT ]Dynamic Array
Reply With Quote #16

You can store entries as much as you like, until you server runs out of memory.
The 1 you are passing, is the size of each Dynamic Array entry you are storing in the Dynamic Array.

1 is one integer, 2 are two integers in and array form.
So, if you use 2 or higher, you need to use ArrayGetArray and ArrayPushArray, to and add and remove them.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 02-16-2017 at 14:23.
addons_zz is offline