01.03.2014, 11:52
Try to use the OnPlayerDeath reason
pawn Код:
switch(reason)
{
case 53: // Drowned
case 54: // Collision
default: // This happens when it is a different reason
}