31.07.2009, 17:05
If you kill yourself then killerid is INVALID_PLAYER_ID. You should check if killerid is not invalid.
pawn Код:
if (killerid != INVALID_PLAYER_ID)
{
//Add your code here
}

