stock variables?
#1

pawn Код:
stock foo(bar[])
{
    print(bar);
    return 1;
}
if thats not used it won't produce warnings.
how to create it so that this:

pawn Код:
stock foo(bar[])
{
    print("bar isnt used here");
    return 1;
}
won't produce warnings too.
i can't use #pragme unused bar here
help me please!
Reply


Messages In This Thread
stock variables? - by legodude - 12.03.2011, 19:10
Re: stock variables? - by dice7 - 12.03.2011, 19:17
Re: stock variables? - by legodude - 12.03.2011, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)