Question.
#2

This just a simple hint/logic code.You can get idea from this though.

Under OnPlayerUpdate

Код:
new a;
for(new i=0;i<MAX_PLAYERS;i++)
{
 if(a < PlayerInfo[i][pScores])
  {
    a = PlayerInfo[i][pScores];
  }
}
Reply


Messages In This Thread
Question. - by tuuler - 24.06.2014, 15:39
Re: Question. - by Rittik - 24.06.2014, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)