18.12.2011, 16:30
pawn Код:
new UserPassword[24];
format(UserPassword,sizeof(UserPassword),"%s",dini_Get(playernamefile(playerid),"Password"));
print(inputtext);
print(UserPassword);
if(strcmp(inputtext,UserPassword,true,sizeof(UserPassword) ) )
{
As you can see I've printed them both for debugging purposes, and they matched, so I can't see why it isn't returning as true :/