warning while compile - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: warning while compile (
/showthread.php?tid=612014)
warning while compile REP+ -
Dejan12345 - 13.07.2016
new pinfo[MAX_PLAYERS][Info];
arning 203: symbol is never used: "pinfo help
Re: warning while compile -
TaiRinsuru - 13.07.2016
Ignore it, means you havent used it.
Eg: pInfo[playerid][pAdmin] = 6;
^^ Like that above
Re: warning while compile -
oktokt1 - 13.07.2016
Just ignore like TaiRinsuru said
Re: warning while compile -
F1N4L - 13.07.2016
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.