View Single Post
  #4  
Old 08-26-2008, 08:37 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Scratch that while loop, you're over complicating things. Try something like this instead:

PHP Code:
for (temp.NULLtemp.players.size(); temp.++) {
  if (
temp.i%10 6) {
    
// The top 6 spots
  
} else if (temp.i%10 10) {
    
// The other 4 spots
  
}

  
// Current 'player object' would be read as:
  // players[temp.i]

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote