Do we have a possibility to create array of arrays? If not - requested.
F.E. If we want to have different areas of the map as array of cells and array of players in each cell - array of arrays is the simplest and most obvious method, since cell-count may be above hundred.
If we create cells of 1024x1024 size then a map would have 400 cells.