SA-MP Forums Archive
Test Points - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Test Points (/showthread.php?tid=497416)



Deleted - LustcheR - 26.02.2014

Deleted


Re: Test Points - terrow - 26.02.2014

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


Re: Test Points - LustcheR - 26.02.2014

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!