21.03.2015, 16:31
The stock prototype should be like this :
And also its not enum name that you are passing its array name, so better use
And make sure you always pass two dimension array.
pawn Код:
stock testfunc(playerid, enumname[][])
Код:
stock testfunc(playerid, arrayname[][])