What can I replace mysql_fetch_int with?
#1

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;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)