01.02.2014, 10:39
Quote:
Well how could I be able to set player's rank then?
any other ways? |
pawn Код:
new score = PlayerInfo[playerid][Score];
if(score >= 0 && score <= 499)
SetPlayerScore(playerid, 1);
else if(score >= 500 && score < 1500)
SetPlayerScore(playerid, 2);