1. Since the last patch UI's no longer show when you are dead (on the respawn screen), or when you are sleeping.

    Anyone found a workaround for this?
     
  2. Also interested...
     
  3. +1 i'd also like to know the fix to this.
     
  4. Wulf

    Wulf Community Admin

    Which hook are you using to display it?
     
  5. Originally I had a little menu show up via the OnEntityDeath hook, however since this I have done a little testing and found all UI's are now hidden when you are dead / sleeping. As soon as the player wakes up the UI's come back (including any new ones that were created while they were hidden).

    For myself as a workaround I force the player into spectator mode shortly after they die which allows my UI to show up (used during respawning within our arena events so no need for the sleeping bag menu). I imagine this wont be suitable for everyone.