22.08.2012, 11:59
PHP код:
if ( killerid != INVALID_PLAYER_ID )
{
// everything works fine here when player kills other player
}
else
{
// when player kills himself this part should be executed but it is not
// tried with jumping ,bombs..
}