Test Points
#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


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)