Player connect problems.
#6

Quote:
Originally Posted by John_F
Посмотреть сообщение
Didn't realize you mentioned mysql.
Sorry for trying to help -.-"
I thank you for that, i apologize if my reply sounded wrong, it wasnt intended to.

Quote:
Originally Posted by California
Посмотреть сообщение
He's trying to learn, he doesn't want to use that method of storing data. Please read better.

pawn Код:
if(CheckAccountExists(UserStats[playerid][Name]))
{
    AccountExists[playerid] = 1;
    // Use ShowPlayerDialog then OnPlayerDialog to call the dialogid.
    else
    {
        AccountExists[playerid] = 0;
        // Use ShowPlayerDialog then OnPlayerDialog to call the dialogid.
        return 1;
     }
     return 1;
}
Alright, ill try it this way even tho last time i tried, it didnt work. Also, this question might sound stupid, is it checking for accountexist =0 or 1, or is it setting if acc found, or not?




-Anthony
Reply


Messages In This Thread
Player connect problems. - by Anthonyx3' - 09.01.2011, 00:02
Re: Player connect problems. - by John_F - 09.01.2011, 00:03
Re: Player connect problems. - by Anthonyx3' - 09.01.2011, 00:12
Re: Player connect problems. - by John_F - 09.01.2011, 00:14
Re: Player connect problems. - by California - 09.01.2011, 00:15
Re: Player connect problems. - by Anthonyx3' - 09.01.2011, 00:18
Re: Player connect problems. - by California - 09.01.2011, 00:22
Re: Player connect problems. - by John_F - 09.01.2011, 00:22
Re: Player connect problems. - by Anthonyx3' - 09.01.2011, 00:33
Re: Player connect problems. - by California - 09.01.2011, 00:37

Forum Jump:


Users browsing this thread: 5 Guest(s)