Command list
#3

This should work fine, in your MySQL Query you are limiting the factions to those with more than one member.

new mysqlQuery;

mysqlQuery = "SELECT playerGroup, COUNT(*) AS members FROM playeraccounts GROUP BY playerGroup ORDER BY playerGroup"

mysql_query(handle, mysqlQuery);
Reply


Messages In This Thread
Command list - by Nin9r - 15.02.2018, 11:49
Re: Command list - by N0FeaR - 20.02.2018, 20:22
Re: Command list - by KDyer - 24.02.2018, 20:12
Re: Command list - by kingmk - 24.02.2018, 21:17
Re: Command list - by Nin9r - 02.03.2018, 06:45
Re: Command list - by PepsiCola23 - 02.03.2018, 08:55
Re: Command list - by Nin9r - 23.03.2018, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)