iFac Error :S
#1

Код:
warning 203: symbol is never used: "iFac"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Код:
1050 CreateDynamicFaction(iFac) {
Reply
#2

Wow dude, that is not the error that is only 1 warning...
Reply
#3

You need to use this one

Turkish

Bunu kullanmalisin

Код:
#pragma unused iFac
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
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)