27.11.2012, 00:20
Kar, you're awesome.
Stuck now.
pawn Код:
CMD:reports(playerid, params[])
{
if(pStats[playerid][pAdmin] < 1)
return 1;
new szQuery[200], iStart = 0, iEnd = 15;
format(szQuery, sizeof(szQuery), "SELECT * FROM `reportsLog` LIMIT %d, %d", iStart, iEnd");
mysql_function_query(1, szQuery, true, "thread_LoadReports", "d", playerid);
return 1;
}
forward thread_LoadReports(playerid);
public thread_LoadReports(playerid)
{
new rows, fields;
cache_get_data(rows, fields);
if(rows)
{