Posts: 309
Threads: 83
Joined: Jul 2016
Reputation:
0
new pinfo[MAX_PLAYERS][Info];
arning 203: symbol is never used: "pinfo help
Posts: 137
Threads: 18
Joined: Oct 2015
Reputation:
0
Ignore it, means you havent used it.
Eg: pInfo[playerid][pAdmin] = 6;
^^ Like that above
Posts: 151
Threads: 25
Joined: Jan 2016
Reputation:
0
Just ignore like TaiRinsuru said
Posts: 2,723
Threads: 110
Joined: Jun 2013
Reputation:
0
Don't ignore!
pinfo is a multidimensional array and MAX_PLAYERS have 500 cells, this is alocated in memory and you have not used this. Delete it.