21.08.2012, 12:17
I'm using BlueG's MySQL plugin R7 and I need to know what I can replay mysql_fetch_int with.
pawn Код:
if(mysql_num_rows() > 1) {
mysql_retrieve_row();
new iResult = mysql_fetch_int();
mysql_free_result();
return iResult;
} else return -1;