04.07.2011, 18:12
It would be better if you would show your code.
Put there only your needed code, where you use killerid parameter
pawn Код:
OnPlayerDeath()
{
if(killerid != INVALID_PLAYER_ID)
{
// code here
}
}