warning while compile
#1

new pinfo[MAX_PLAYERS][Info];
arning 203: symbol is never used: "pinfo help
Reply
#2

Ignore it, means you havent used it.

Eg: pInfo[playerid][pAdmin] = 6;

^^ Like that above
Reply
#3

Just ignore like TaiRinsuru said
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)