24.06.2014, 15:46
This just a simple hint/logic code.You can get idea from this though.
Under OnPlayerUpdate
Under OnPlayerUpdate
Код:
new a;
for(new i=0;i<MAX_PLAYERS;i++)
{
if(a < PlayerInfo[i][pScores])
{
a = PlayerInfo[i][pScores];
}
}

