https://community.bistudio.com/wiki/setPlayerRespawnTime is only for players/clients
only workaround i can see would be: addMissionEventHandler ["EntityRespawned", + if (not (isPlayer _x)) then {_x setDamage 1;}; but thats super bad for multiple reasons