SA-MP Forums Archive
QUESTION , REP++ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: QUESTION , REP++ (/showthread.php?tid=584251)



QUESTION , REP++ - buburuzu19 - 03.08.2015

What returns thing++;

For me in this case what it returns ?
pawn Код:
new memid;
// example mysql_ string here ...
new Cache: result12 = mysql_query (handle, stringg);
for ( new i, j = cache_get_row_count ( ); i != j; ++i )
{
    cache_get_field_content(i, "playerName", query);
    format(Selected[memid][snume],24, query);

    memid++;
}
cache_delete(result12);