10.01.2017, 21:21
Quote:
But the thing is, I need to calculate how many users are in that faction ID.
I don't have a column or something that stores the amount of players in it. I need something like Код:
format(string, sizeof(string), "SELECT COUNT(*) FROM `players` WHERE `Member` = '%d'", i); |