05.08.2011, 14:39
People seem to misunderstand that stock does not necessarily declares a function. It is merely a modifier. Basicz said pretty much all of it, but you can also use stock when declaring variables;
This will not generate a warning if the variable is not used. So with that in mind:
pawn Code:
new stock MayBeUsed = 1;