28.05.2009, 14:05
I'm not sure but I think:
Should be
Код:
if(strfind(plname, a, true) == -1)
Код:
if(strcmp(plname, InvalidNames[a], true))