20.08.2015, 06:33
i don't know much about php but it seems that the variable scope on PHP is not same like PAWN as stated here: http://php.net/manual/en/language.variables.scope.php
you can try either use 'global' on the array or move the variable array into the function scope as local (the example is on the page link above).
hope that can helps.
you can try either use 'global' on the array or move the variable array into the function scope as local (the example is on the page link above).
hope that can helps.