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