Quote:
Originally Posted by BornOfAshes
[You must be logged in to view images. Log in or Register.]
assuming that the database is MS SQL... I don't think it is though.
but yeah, you should be able to generate a logdump of the active players and then sort them like Ferok suggested above.
I for one would enjoy seeing the results of the queries, it's kind of neat to see trends
|
Most of my pseudo code I tried to write for MySQL (which is what I presume the DB is in) but it's possible I got something wrong here or there. They all look the same after a while.
Anyway, there's a way of doing it regardless of what database you use(okay, there's exceptions here.. but lets remain in the realm of possibility). Nothing discussed above is terribly database specific.