27.09.2013, 12:20
Thanks guys.
Why cache_get_row_count() returns 1 here, when in my bans table I don't have any record?
Count: 1 | Int: 0
Why cache_get_row_count() returns 1 here, when in my bans table I don't have any record?
pawn Код:
mysql_query(databaseConnection, "SELECT COUNT(*) FROM bans WHERE BanIP = '127.0.0.1'");
printf("Count: %d | Int: %d", cache_get_row_count(), cache_get_row_int(0, 0));