Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. cam.Start2D() -- Looks http://wiki.garrysmod.com/page/cam/Start2D for info about that
  2.  
  3. hook.Add( "HUDPaint", "HUDPaint_DrawABox", function()
  4. draw.RoundedBox( 30, 1300, 20, 350, 200, Color( 0, 0, 0, 100 ) ) -- Draw a box
  5. end )
  6.  
  7. draw.SimpleText( "VIE", "Default", 30, 30, Color( 0, 0, 0, 255 ), 1, 1 ) -- The string "Life" don't appears
  8.  
  9. cam.End2D()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement