07.05.2011, 05:32
You would need to make the definition a string, and use it like a variable (how I consider it) in the strfind( ) function:
pawn Код:
#define CLAN_TAG "[ABC]"
#define CLAN_TAG_2 "[123]"
if( strfind( name, CLAN_TAG, true ) == -1 && strfind( name, CLAN_TAG_2, true ) == -1 )