14.04.2009, 03:32
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:
hello will get the warning because i did nothing further with it other than made it....
heres an example of something that woill get that warning:
pawn Код:
new hello;
new goodbye;
goodbye = (1 + 3 * 4)