Symbol never used "qInfo" - 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: Symbol never used "qInfo" (
/showthread.php?tid=662151)
Symbol never used "qInfo" -
DarkMythHunter - 24.12.2018
PHP код:
foreach(new i : Player)
{
if(pInfo[i][pAdminLevel] >= 3 && i != playerid)
SendClientMessage(i, -1, _message);
}
this is the error:
Код:
(931) : warning 203: symbol is never used: "qInfo"
Line 931 is:
PHP код:
if(pInfo[i][pAdminLevel] >= 3 && i != playerid)
But I don't see "qInfo" there, so how am I supposed to fix that?
Re: Symbol never used "qInfo" -
DarkMythHunter - 24.12.2018
These are lines 915-943.
Re: Symbol never used "qInfo" -
RogueDrifter - 24.12.2018
Uhh right, do ctrl+f and search for qinfo