DEATH
#4

No need, you want to set the score for the player, not for the vehicle.
Paste this in your OnPlayerDeath:
PHP код:
if(killerid != INVALID_PLAYER_ID)
    {
        
SetPlayerScore(killeridGetPlayerScore(killerid) + 1);
    }
    return 
1
Reply


Messages In This Thread
DEATH - by itachi - 26.03.2017, 11:08
Re: DEATH - by GoldenLion - 26.03.2017, 11:28
Re: DEATH - by itachi - 26.03.2017, 11:42
Re: DEATH - by jasperschellekens - 26.03.2017, 12:11

Forum Jump:


Users browsing this thread: 2 Guest(s)