13.12.2015, 16:00
I see. That's not quite how you do it.
After the enum, write: new PlayerInfo[MAX_PLAYERS][pInfo];
Then, in the error line, replace pInfo with PlayerInfo.
After the enum, write: new PlayerInfo[MAX_PLAYERS][pInfo];
Then, in the error line, replace pInfo with PlayerInfo.

