11.04.2013, 20:24
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
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");