How can I make a Panel only draw once in a HUDPaint / Think? When a certain condition is met, I need it to only draw once, otherwise it will repeatedly draw itself. This is for a simple NLR script, just comparing distance. [lua]if ( deathPos:Distance( ply:GetPos() ) < 500 ) then drawNotify() end[/lua]
Check if it has already been drawn before drawNotify().
I've found a workaround solution, but thank you for your help!
Sorry, you need to Log In to post a reply to this thread.