• snow effect in hud ?
    3 replies, posted
how can i use with this code of shendow in HUD https://gist.github.com/Shendow/4b1aab62c617ce289fc309106b713741
People don't want to what their time explaining something without knowing the person's actual intentions. tl;dr Be more clear as to what you want from us
You run the function it creates with the given panel in question.
local panel = vgui.Create( "DFrame" ) panel:SetSize( ScrW() * 0.9, ScrH() * 0.9 ) panel:Center() panel:MakePopup() AddSnowToPanel( panel, 25 )
Sorry, you need to Log In to post a reply to this thread.