25.06.2011, 09:36
He does not need that. That is used by the stock script so that the OnFilterScriptInit would not run if it was a gamemode. It's the same as doing this:
Your idea could be plausible in a different way. If the person has that and didn't actually define it, the code wouldn't have ran.
pawn Код:
#define hello
#if defined hello
//Code here will be executed because hello is defined.
#endif