how do you show the top ten players that are in ur game?
without knowing anything about your data structure...
SELECT * FROM table ORDER BY score DESC LIMIT 10
that should work? like to i have to do anything with it or just use rgar code?
?????????????????????????
This is of course assuming that you have your players/scores stored in a database somewhere...
nop lol
So how are they being stored ?
I'm getting the impression that they aren't stored at all!
So...
Firstly you need to create a database to save all your scores in. Then you can impliment the code at the top of the thread!
Rawlijr wrote:?????????????????????????
Struck dumb by the sheer eloquence of this statement. What sort of intellect could come up with this gem, I wonder?