22.08.2012, 12:40
Well it is kind of important. You can't detect a player dying if that player isn't even connected... it would be a dead or useless function. You could always try switching to the reason of death.
Example:
Example:
pawn Код:
switch(reason)
{
case 49 .. 54:
{
//Insert suicide code here
}
}