29.08.2015, 12:19
Put this into OnPlayerDeath. 

PHP код:
if(killerid != INVALID_PLAYER_ID)
{
SetPlayerScore(playerid,GetPlayerScore(playerid)+1);
}