Warning (203) Trying To Compile
#5

you are getting those warnings because you did a "new {dadadada}" and you did nothing with "{dadadada}", its simply telling you its not being use for anything...

heres an example of something that woill get that warning:

pawn Код:
new hello;
new goodbye;
goodbye = (1 + 3 * 4)
hello will get the warning because i did nothing further with it other than made it....
Reply


Messages In This Thread
Warning (203) Trying To Compile - by Sm20keD - 14.04.2009, 02:28
Re: Warning (203) Trying To Compile - by RobertGraham - 14.04.2009, 02:47
Re: Warning (203) Trying To Compile - by Backwardsman97 - 14.04.2009, 02:47
Re: Warning (203) Trying To Compile - by Sm20keD - 14.04.2009, 03:01
Re: Warning (203) Trying To Compile - by StrickenKid - 14.04.2009, 03:32
Re: Warning (203) Trying To Compile - by Sm20keD - 14.04.2009, 03:36
Re: Warning (203) Trying To Compile - by Backwardsman97 - 14.04.2009, 06:09

Forum Jump:


Users browsing this thread: 1 Guest(s)