Not to hard to do though. Set a trigger area and if the player dies, revive him and place him at the trigger location. Or a logic would do.
_unit = _this select 0
if (_unit NOT alive) {_unit setDammage 0}
_unit setPos Trigger
Something like that. Not correct code, but you get my point.