Test Points
#3

Quote:
Originally Posted by terrow
Посмотреть сообщение
If you want to know which player is closet to 1000 score look here a code.

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(GetPlayerScore(playerid) >= 1000)
    {
          // YOUR CODE //
    }
     return 1;
}
REGARDS
And how i can test who second closest?
As if those who place second in the list.

Sorry for my bad English!
Reply


Messages In This Thread
Deleted - by LustcheR - 26.02.2014, 18:23
Re: Test Points - by terrow - 26.02.2014, 18:32
Re: Test Points - by LustcheR - 26.02.2014, 18:39

Forum Jump:


Users browsing this thread: 1 Guest(s)