05.11.2011, 10:33
@leuser:
That's not the correct way to use mysql_retrieve_row. Both functions increment the internal index by one.
You need to do something like this:
That's not the correct way to use mysql_retrieve_row. Both functions increment the internal index by one.
You need to do something like this:
pawn Код:
if(mysql_fetch_row_format(data, "|"))
{
SendClientMessage(playerid, COLOR_GREY, data);
}