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

Quote:
Originally Posted by SnoW View Post
I'm very aware of how the parser works. You don't need to provide rude examples about a thing I've already noted as I said stocks and defines are different.

You are now arguing about a thing that doesn't even matter. Even including amxmodx didn't reserve any memory or wouldn't effect the plugin anyway, it's still better to include only the part of the core you need.
Oh lol examples weren't intended to be rude, just random names.

You are saying you already noticed how it works, but at the same time you say it is still better to include part of the core. Why? The only difference I see is that AMXX STUDIO or whatever you use will take shorter in function shortcutting.

The only difference I found from including something and not, is this

#pragma reqlib
#pragma library
#pragma loadlib

Which will add a really few bytes to the header.

So, I ask you, which is the benefit obtained from including just what you need?

[sarcasm]Oh, and by the way, if you are running amxmodx on a 64kb memory machine and you want to save those bytes you can remove that from all module includes, since the only thing it does is autoenabling modules.[/sarcasm]

And by the way, even if you used just 1 function from fakemeta you should keep that stuff for autoloading modules.
01101101 is offline