Top player
#1

How to get only 3 players by score?
Like this:
Код:
new BestScore,BestID;
foreach(InSTC,i)
{
     if(PlayerInfo[i][PlayerEventScore] > BestScore)
     {
     BestScore = PlayerInfo[i][PlayerEventScore];
     BestID = i;
     }
}
Reply


Messages In This Thread
Top player - by Kqly - 21.01.2016, 20:36
Re: Top player - by Lucky13 - 21.01.2016, 20:42
Re: Top player - by Kqly - 21.01.2016, 20:43
Re: Top player - by Lucky13 - 21.01.2016, 20:44

Forum Jump:


Users browsing this thread: 1 Guest(s)