Dialog gives wrong information
#10

Alright I think I've noticed the problem.

This is the output of the IP: 365698819

But what's wrong with the code, as I can see it's alright. (It's obviously not though)

Once again the fetch codes

pawn Код:
mysql_fetch_field_row(BanInfo[i][bBanIndex], "BanIndex");
                    mysql_fetch_field_row(BanInfo[i][bBannedPlayer], "BannedPlayer");
                    mysql_fetch_field_row(BanInfo[i][bBannedIP], "BannedIP");
                    mysql_fetch_field_row(BanInfo[i][bBanIssuer], "BanIssuer");
                    mysql_fetch_field_row(BanInfo[i][bBanReason], "BanReason");
                    mysql_fetch_field_row(BanInfo[i][bUNIXExpire], "UNIXExpire");
                    mysql_fetch_field_row(BanInfo[i][bUNIXBan], "UNIXBan");
                    printf("%s",BanInfo[i][bBannedIP]);
                    strcat(finalString,BanInfo[i][bBannedPlayer]);
                    strcat(finalString,"\n");
Reply


Messages In This Thread
Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 16:37
Re: Dialog gives wrong information - by LetsOWN[PL] - 11.04.2013, 17:04
Re: Dialog gives wrong information - by Jakku - 11.04.2013, 17:04
Re: Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 17:07
Re: Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 19:56
Re: Dialog gives wrong information - by ReVo_ - 11.04.2013, 19:58
Re: Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 20:01
Re: Dialog gives wrong information - by Scenario - 11.04.2013, 20:16
Re: Dialog gives wrong information - by ReVo_ - 11.04.2013, 20:21
Re: Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)