Posted by Element_Greven on December 09, 1998 at 07:18:39:
In Reply to: Re: If you set health to zero you die..over..and over..and over..or just crash. posted by GMS_Slug on December 08, 1998 at 20:04:30:
// Check that the player is still alive.
player = GetSourceRef();
mode = GetSenderRef();
if(GetThingHealth(player) <= 0)
{
Return;
}
Need I say more?