pawn Код:
j[playerid][h][5][20] // Too big.
You cannot have 2D arrays in enumerators if you are using the MAX_PLAYERS with it as well. The MAX_PLAYER array is one, the enum itself is one, and adding another 2 arrays just won't work. Create it separately if you actually require that size of an array.