Quote:
Originally Posted by fysiks
The plugin code that you attached didn't have your code in it. There is no point in attaching the original plugin when you can just provide a link to it. Attach YOUR custom code when you're making changes and need help.
Based on just the errors themselves, you need to make sure that the size of the arrays are correct. The arrays have a set size give by MAXLEVEL. If you add something to the array, you have too many items in the array so you need to fix that by increasing the size of the array.
P.S. When posting code snippets or even error output, put them in each in a code block so that your post become readable.
|
1-Is there an explanation of how to do this
2-How can I increase the size of the matrix? Is it possible to make the size of the array indefinite and how to do it
3-I'm sorry but I'm new here