playMaker

Author Topic: Ranking in multiplayer game. What is the best way?  (Read 2176 times)

lejeux16

  • Playmaker Newbie
  • *
  • Posts: 6
Ranking in multiplayer game. What is the best way?
« on: December 04, 2013, 04:16:34 PM »
I want to do a rankingManager for a multiplayer game. Each players have a score and the ranking change in relation to score.

What is the best way to do it in play maker? Did he have a action for ranking float in order?

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Ranking in multiplayer game. What is the best way?
« Reply #1 on: December 04, 2013, 04:29:22 PM »
You're going to need ArrayMaker and sort the lists of scores by value. These threads should help:

http://hutonggames.com/playmakerforum/index.php?topic=2054.msg9095;topicseen#msg9095

http://hutonggames.com/playmakerforum/index.php?topic=5547
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

lejeux16

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Ranking in multiplayer game. What is the best way?
« Reply #2 on: December 04, 2013, 04:35:18 PM »
Thank you! I will check it!