23.11.2010, 00:38
well strcmp compares strings, if it can't compare them then it's a match and if it can then there's a difference between them so this code is checking if the name equals <name>
pawn Код:
if(!strcmp(playername, "<Name>", true))