08.04.2017, 12:30
Quote:
Don't use
it will not increment the player's score it will initialize the score and then set it to deathcount for example if you killed 4 players and you had 5 score you score will be 4 not 9 |
If it isn't, you can simply do:
Код:
SetPlayerScore (killerid, GetPlayerScore(killerid) + deathcount);
Again, I'm assuming that is what he wants, your interpretation may be correct.