iFac Error :S - 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: iFac Error :S (
/showthread.php?tid=404932)
iFac Error :S -
ByKoRsSaN - 04.01.2013
Код:
warning 203: symbol is never used: "iFac"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Код:
1050 CreateDynamicFaction(iFac) {
Re: iFac Error :S -
Dusan01 - 04.01.2013
Wow dude, that is not the error that is only 1 warning...
Re: iFac Error :S -
aslan890 - 04.01.2013
You need to use this one
Turkish
Bunu kullanmalisin
This is a warning, and yes quite common when you create a variable and use it ... xD If you do not let it trouble you will go the same way.
and look at this one maybe it will help you.
Turkish
ve buna bak belki yardimci olur.
http://pastebin.com/2R19fkTN
Re: iFac Error :S -
Grim_ - 04.01.2013
A warning is telling you something. Simply #pragma every warning you get is ridiculous and you will learn nothing as a result.
As the warning states, the variable is never "used". This does not mean that it simply appears later in the script, but that it is of no significance. Do you ever use the variable in a check or statement? If not, then like the compiler is telling you, there is no reason for it. If you could supply the complete code (declaration and EVERYWHERE it is used) I could further explain this.