• How to make an ammo count "bar"?
    1 replies, posted
So Im making a hud where I have a Red hp and blue armor bars. When you get hurt it goes down the amount you got hurt. How would I do this with ammo? I want whats in the gun and the extra bullets. Heres what I use for the armor local Armor = LocalPlayer():Armor() draw.RoundedBox(0,10,690,Armor * 3,30,Color(0,0,255)) How would I do this with ammo?
[img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/Weapon/Clip1]Weapon:Clip1[/url]
Sorry, you need to Log In to post a reply to this thread.