10.05.2016, 05:39
Quote:
Few questions for you
1.)Does all other things are saved ? 2.)Can u show show parse statement? 3.)did u increase player score on onplayerkill? 4.)Did u try debugging using printf? |
2.)What?? (i posted everything that have to do with score)
3.)OnPlayerDeath i wrote this
Код:
if(killerid != INVALID_PLAYER_ID) { GivePlayerMoney(killerid, 500); SetPlayerScore(killerid, GetPlayerScore(killerid) + 2); }