• [HELP] Hud In front of Spawnmenu
    2 replies, posted
Sup Zombie again, i was wondering if its possible to create a hud Infront of the spawnmenu instead of being blocked by it ? I have tried HUDPaint and PostReloadToolsMenu but they both stay behind the spawnmenu, any advice, tips welcome ! Thanks in advance, Zombie ;)
There's probably a [B]much[/B] more appropriate way to accomplish what you want, but it looks like you can use [URL="http://wiki.garrysmod.com/page/GM/PostRenderVGUI"]GM:PostRenderVGUI[/URL]. [CODE] hook.Add( "PostRenderVGUI", "DrawOnTopOfSpawnmenu", function() -- paint stuff end [/CODE]
Thank you so much man ! in case your interested, its for an upcoming new addon, and i wanted to make some tab skins where the players can choose how the tab looks. gg
Sorry, you need to Log In to post a reply to this thread.