Thread: Rankings
View Single Post
  #1  
Old 06-14-2009, 06:06 PM
Pelikano Pelikano is offline
Registered User
Pelikano's Avatar
Join Date: Oct 2008
Posts: 1,133
Pelikano has a little shameless behaviour in the past
Rankings

Hi.

I have this Array:

PHP Code:
this.rankings = {{300player.account}, {245player.account}, {439player.account}}; 
And I want to sort it so I have this:

PHP Code:
this.rankings = {{245player.account}, {300player.account}, {439player.account}}; 
My problem is that I have no idea how to do this, =P
Reply With Quote