03.08.2015, 12:19
What returns thing++;
For me in this case what it returns ?
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);