Ulysses

General => Developers Corner => Topic started by: shorty06 on May 21, 2017, 06:21:47 AM

Title: Making MOTD appear on top of all windows?
Post by: shorty06 on May 21, 2017, 06:21:47 AM
I am trying to get my MOTD to display above all other frames.

I'm running the Zombie Survival gamemode and as soon as a player joins the MOTD is displayed, which is then covered up by the gamemode buy menu a second later.

Obviously this defeats the point of the MOTD as it can't be read with another panel over the top.

How can I make it so that the MOTD appears above all other panels?

I tried adding "window:SetZPos( 32767 ) to motdmenu.lua but it doesn't make a difference.