Author Topic: last men out  (Read 1397 times)

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
last men out
« on: January 09, 2012, 02:59:24 PM »
I would like to display the names of the last 5 players eliminated, in that order. so that the last player eliminated would go to the top of the list and the player at the bottom of the list would be removed.

for example the first 5 players are eliminated and the list would show:-

LAST 5 PLAYERS OUT
5th player E
4th player D
3rd player C
2nd player B
1st player A

Then player 6 is eliminated so the list would now show

LAST 5 PLAYERS OUT
6th player F
5th players E
4th player D
3rd player C
2nd player B

Any idea if this is possible

T-Bone

  • Full Member
  • ***
  • Posts: 173
    • View Profile
Re: last men out
« Reply #1 on: January 10, 2012, 09:41:24 AM »
Setting max=5 should work using the rankings token. Here's what I use: <rankings showTimeOut="false" showRoundOut="false" showStillIn="false" showHitman="false" showHits="false" showWinnings="false" showPoints="true" showColumnTitles="false" max="16">
If it ain't naked, deep-fried or poker-related, I ain't interested!

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: last men out
« Reply #2 on: January 10, 2012, 01:53:56 PM »
Cheers Tbone

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: last men out
« Reply #3 on: January 16, 2012, 11:43:22 AM »
Setting max=5 should work using the rankings token. Here's what I use: <rankings showTimeOut="false" showRoundOut="false" showStillIn="false" showHitman="false" showHits="false" showWinnings="false" showPoints="true" showColumnTitles="false" max="16">

This worked a treat. And I  like the way it has everything lined up,  the column titles and how it's  formatted etc

I also display in a separate cell, a list of the "top 5 hit men". Is there anyway to alter the above, to display the top 5 hitmen in the same way.

Some how substituting THIS  "rankings showTimeOut="false"  FOR the number of hits

TOP 5 HITMEN
Players          Hits
Player A          2
Player B           1
etc

« Last Edit: January 16, 2012, 11:46:10 AM by Mahound »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: last men out
« Reply #4 on: January 17, 2012, 11:15:43 AM »
<hitleaders> token.

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: last men out
« Reply #5 on: January 17, 2012, 12:39:35 PM »
<hitleaders> token.

thank you just what i was looking for

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: last men out
« Reply #6 on: January 17, 2012, 02:28:08 PM »
FYI, I've implemented a "find" feature on the Insert Tokens dialog for the next version.  Isn't perfect, but it should make finding things like this a bit easier.