bool IsPlayerDead( int playerIndex );
Checks the index and sees if a player is dead.
Beta 3.1
<lua> local playerDead = IsPlayerDead( playerIndex ); </lua>