07.01.2011, 15:14
You're comparing the player's file with the password ...
Or CheckPassword uses the player file to get the password and compare?
pawn Код:
format( Failas, 51, "DuomenuBaze/Zaidejai/%s.ini", PlayerNick( playerid ) );
if( CheckPassword( Failas, inputtext ) )
{
SendClientMessage( playerid, -1, ""#h_Balta"[ > ] Succesfully "#h_Raudona"logged in" );
}