18.05.2010, 00:20
Im going to assume ... that your trying to record DeathCounts when a player dies 
OnPlayerDeath(playerid){
PlayerInfp[playerid][pDeaths] ++;
}

OnPlayerDeath(playerid){
PlayerInfp[playerid][pDeaths] ++;
}