• Custom Deathrun HUD
    0 replies, posted
[B]Sup guys, I was looking over the interweb(Google) searching for a custom HUD for my server.[/B] [B]I found this code on a webpage but unfortunately the page didn't have any instructions on where to place it[/B] [B]I figured it would go somewhere in this directory: "garrysmod\gamemodes\deathrun\gamemode" but I couldn't find much[/B] [B]that matched, I was wondering if anyone knew where I would put this.[/B] [CODE]local vel = math.Round( LocalPlayer():GetVelocity():Length2D() ) draw.RoundedBox( 0, 5, ScrH() - 35, 250, 30, Color( 0, 0, 0, 200 ) ) draw.RoundedBox( 0, 5, ScrH() - 35, math.Clamp( vel, 0, 1000 ) * 0.25, 30, Color( 0, 0, 255, 255 ) ) [/CODE]
Sorry, you need to Log In to post a reply to this thread.