Test Points
#1

Deleted
Reply
#2

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
Reply
#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


Forum Jump:


Users browsing this thread: 2 Guest(s)