Symbol is never used question. - 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 is never used question. (
/showthread.php?tid=437429)
Symbol is never used question. -
PaulDinam - 15.05.2013
I made something like this to make my code cleaner:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
connect_LoginResponse(playerid, dialogid, response, listitem, inputtext);
return 1;
}
And it gives me
pawn Код:
symbol is never used: "listitem"
I haven't used it, but is there any way to disable symbol is never used?
Re: Symbol is never used question. -
radiobizza - 15.05.2013
PHP код:
#pragma unused listitem