Small help
#9

This is non-sense... all you have to do is loop through the table and return the row count.

PHP код:
mysql_tquery(mConnectionHandle"SELECT * FROM Accounts""Query1""d"playerid);
forward public Query1();
Query1()
{
    new 
s[30]; format(ssizeof(s), "Total Accounts: %d"cache_get_row_count()), SendClientMessage(playerid, -1s);
    return 
1;

EDIT: Oops, fixed it.
Reply


Messages In This Thread
Small help - by Face9000 - 06.10.2015, 23:04
Re: Small help - by Galletziz - 06.10.2015, 23:15
Re: Small help - by Jefff - 06.10.2015, 23:36
Re: Small help - by Affan - 07.10.2015, 07:28
Re: Small help - by Face9000 - 07.10.2015, 10:08
Re: Small help - by BroZeus - 07.10.2015, 14:00
Re: Small help - by PrO.GameR - 07.10.2015, 14:23
Re: Small help - by Face9000 - 07.10.2015, 20:12
Re: Small help - by d1git - 07.10.2015, 20:37
Re: Small help - by Face9000 - 07.10.2015, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)