How do i draw an textured quad and rounded box for 1 second
no it doesn't? what are you asking for?
Thanks for the edit ^^
Use CurTime() timers to display it for 1 second.
make a global variable, save CurTime() to it from a net message or whatever activates the quad drawing, then in your drawing function Subtract the global variable from CurTime(), if it is more than 1, don't draw the quad.
Sorry, you need to Log In to post a reply to this thread.