07.05.2011, 05:35
Why is there a && in the statement? That would only work if the player had his name like
[ABC]Lorenc[123]
Might wanna replace && with ||
I think || means 'or' in coding.
[ABC]Lorenc[123]
pawn Код:
if( strfind( name, CLAN_TAG, true ) == -1 || strfind( name, CLAN_TAG_2, true ) == -1 )
I think || means 'or' in coding.