26.02.2014, 18:32
If you want to know which player is closet to 1000 score look here a code.
REGARDS
pawn Код:
public OnPlayerUpdate(playerid)
{
if(GetPlayerScore(playerid) >= 1000)
{
// YOUR CODE //
}
return 1;
}