SA-MP Forums Archive
warning 203: symbol is never used: "iFac" -HelpMe - 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 203: symbol is never used: "iFac" -HelpMe (/showthread.php?tid=538856)



warning 203: symbol is never used: "iFac" -HelpMe - MeowZ - 24.09.2014

Код:
C:\Users\luke\Desktop\New folder\pawno\hilol.pwn(1046) : warning 203: symbol is never used: "iFac"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
I have downloaded the "Real Life" script, and was editing the server name when i found out, when compiling it, i get a error with iFac, now, i have used iFac and using #params unused does not work, due to it being a warning, not a error, and adding #params unused just adds another error to my list, the only error i have is this, and i need it fix. +rep will be given.


Re: warning 203: symbol is never used: "iFac" -HelpMe - ranme15 - 24.09.2014

Its just an unused variable, use Ctrl + F to search for iFac and delete it.


Re: warning 203: symbol is never used: "iFac" -HelpMe - Bingo - 24.09.2014

To let you know it's just a warning, You can still use your script with no issue's, Above my post as user stated follow .


Re: warning 203: symbol is never used: "iFac" -HelpMe - Crayder - 24.09.2014

Quote:
Originally Posted by Bingo
Посмотреть сообщение
To let you know it's just a warning, You can still use your script with no issue's, Above my post as user stated follow .
Not a fact, some warnings will cause major bugs unless fixed... This one is fine but things like a tag mismatch and stuff are not to be left alone...

@MeowZ: It's fine to be left alone, but I recommend search and removal...