31.10.2009, 20:34
Doesn't strcmp mean the comparisons do not match
Try changing:
to:
Try changing:
pawn Код:
if(strcmp(PlayerName, "Name", true)) // Name is not found/matched
pawn Код:
if(!strcmp(PlayerName, "Name", true)) // name is found/matched