13.12.2010, 08:02
Simple, strcmp dosent work like that, you are checking if the password entered is NOT the correct one
Change
to
- [FF]Cody_Beer
Change
Код:
if(!strcmp(inputtext, NEWSGATE_PASSWORD, true))
Код:
if(strcmp(inputtext, NEWSGATE_PASSWORD, true))