Login Incorrect password
#3

thanks but how do i read the whole file
pawn Code:
new string[128], File:ftw = fopen(str,io_read);
            fread(ftw, string);
            if(strcmp(params, string, false) == 0)
            {
                PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
                PlayerInfo[playerid][LoggedIn] = true;
                SendClientMessage(playerid, red, "Account: You have successfully logged in.");
            }
            else return SendClientMessage(playerid, red, "Error: Incorrect Password.");
            fclose(ftw);
-NVM- Fixed it ! ty vm
Reply


Messages In This Thread
Login Incorrect password - by jamesbond007 - 10.05.2011, 00:17
Re: Login Incorrect password - by JaTochNietDan - 10.05.2011, 02:55
[No subject] - by jamesbond007 - 10.05.2011, 09:09

Forum Jump:


Users browsing this thread: 1 Guest(s)