View Single Post
01101101
BANNED
Join Date: Nov 2009
Location: 9`su 09`n0n7e`r0f76a
Old 01-23-2010 , 09:07   Re: Arrays with N Dimensions
Reply With Quote #18

Quote:
Originally Posted by SnoW View Post
Didn't quite understand what are you referring to. If you mean that including something and then not using anything from the include has no consequences, you are wrong. The global memory reserved and functions created aren't depending the usage. With defines and stocks this is obviously different.

In this issue amxmodx is included anyway in anything decent doing plugin. Somehow it doesn't change the fact that it wouldn't be better to include only what you need.
If you write

stock fuck()
{
//random shit
}

And you never call it, it won't be even compiled.

Any non-retarded include will have just natives, stocks and defines, which aren't compiled if not called.
01101101 is offline