new DeathPickup;public OnPlayerPickUpPickup(playerid, pickupid){ if(pickupid == DeathPickup) { SetPlayerHealth(playerid, 0); } return 1;}