08.02.2016, 15:50
This is quite strange. Looks like it may be a compiler bug. If I move that header variable to the end of the list it suddenly starts working. Putting it any other places causes the bug.
Edit: the problem is this array:
Removing it, or its second dimension solves the bug. The second dimension is useless, anyway, because it only has 1 slot.
Edit: the problem is this array:
PHP код:
randomex[4][1]

