Hello all,
I have 2 games on cocoslive list. They list top 10 scorers. I wonder whether I can list top 100.
Do you know how I can do that?
Thanks
Hilbert
A fast, easy to use, free, and community supported 2D game engine
Hello all,
I have 2 games on cocoslive list. They list top 10 scorers. I wonder whether I can list top 100.
Do you know how I can do that?
Thanks
Hilbert
[request requestScores: kQueryAllTime limit: 100 offset: 0 flags: kQueryFlagIgnore category: @"Normal"];
Basically what you have to do is change that limit to 100 and it will download the top 100. Keep in mind that 100 is the limit. You can then use that data the same way you were using with the 10.
You must log in to post.