• draw.Arc stopped works after gmod update
    1 replies, posted
After 1 hour i fixed that, but now it draws only circle, not arc. https://files.facepunch.com/forum/upload/175035/bcbec52c-864f-497d-b12a-1dd70544a05b/image.png arc I take from here: draw.Arc() Version 2.0 code: surface.SetMaterial( Material( "vgui/white") ) draw.Arc(x+599,y+291,40,0,360,0,1,color_white) What it should do: It's should show energy, like in The Long Dark: https://files.facepunch.com/forum/upload/175035/4309312d-bcc8-46ff-89c8-42cb264b882e/image.png
Set argument 4 to something like 10. With 0, it just fills in the arc's area (from testing that I've done)
Sorry, you need to Log In to post a reply to this thread.