I'm not sure whether you mean C-script or lite-C, but as far is I know you can't define a multidimensional array in its declaration line.

That is pretty annoying, I know.

Here is a workaround though:

1.)If you want your array to consist only of zeros -> use a loop.

2.)If you want to fill it with numbers:
Declare a ONEdimensional array and insert all the numbers you need (for example hello[100]). Then use a function that fills in the first 10 numbers in your multidimensional array's first line, the next ten in its second line and so on.

Here is the link, both methods are explained:
http://www.opserver.de/ubb7/ubbthreads.p...true#Post277469