error 001: expected token: "}", but found "["
#13

pawn Код:
h[5][20],
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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)