08.07.2015, 08:48
Actually, the old function of fetching both field(column) and row is done by mysql_fetch_field_row ? which retrives both fiekd and row, but in new plugin which equivalent cmd would do so?
My code
My code
Code:
if(cache_num_rows(mysql) > 0) { //while(mysql_fetch_field_row(string,"|")) cache_get_row(10,"|",string);// argument type mismatch, i know the param entered is wrong! { sscanf(string,"p<|>s[7]i",Clan,score); format(content,sizeof(content),"%s%s\t\t%d Score\n",content,Clan,score); } }