29.07.2012, 18:26
Nope, preprocessor is the one who checks defines:
Remember that there is no variable local scope, you have to add own brackets to preserve it
pawn Код:
#define TEAM
public OnPlayerUpdate(playerid)
{
#if defined TEAM
//something that i would add later
#endif
}