23.09.2016, 09:09
Quote:
I'm not quite sure why the explanation wasn't enough, but...
Let's say we have this function: pawn Code:
pawn Code:
If the function isn't used and has stock, it won't be added to the .amx file and it won't give you a warning. It will only exist in the source code (.pwn). If the function is like below (without stock) and isn't used, instead: pawn Code:
If it is used, you won't get a warning. - Stock makes things that use it lack from the compiled source. |