MySQL help
#1

pawn Код:
if(strcmp(PlayerInfo[playerid][pKey],password, true ) == 0 )
    {
        print("Parooli kontrollimine.");
        new Data[1024];
        new Field[64];
        new rcnt = 1;
        MySQLFetchAcctRecord(PlayerInfo[playerid][pSQLID], Data);
        samp_mysql_strtok(Field, "|", Data);
        while (samp_mysql_strtok(Field, "|", "")==1)
        {
This is my code and it crashes the server, help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)