View Single Post
  #71  
Old 04-29-2012, 01:26 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Dashes in the playerlist should be like this, but in pretty:
PHP Code:
  temp.dashLength PlayerList_List.profile.gettextwidth("-");
  
temp.listWidth  PlayerList_Window.width;
  
temp.dHelper    "--------------------------------";
  
  for (
temp.rPlayerList_List.rows)
    if (
r.sortvalue == 0) {
      
temp.shared.replacetext(r.gettext(), "-""");
      
temp.shared.replacetext(temp.n" """);
      
      
temp.temp.listWidth PlayerList_List.profile.gettextwidth(temp.n) - 24;
      
temp.int(temp.temp.dashLength 2) - 1;
      
temp.= (temp.temp.c);
      
      
r.settext(temp.dHelper.substring(0temp.cSPC temp.n SPC temp.dHelper.substring(0temp.c));
    } 
Was just a really quick code snippet. Outcome isn't even that bad:
__________________
Reply With Quote