Advertisement
CapsAdmin

Untitled

Feb 25th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. local ent = this
  2.  
  3. function ent:RenderOverride()
  4.     cam.Start3D(EyePos(), EyeAngles())
  5.         cam.Start3D2D(self:GetPos(), self:GetAngles(), 1)
  6.             surface.SetFont("DermaDefault")
  7.             surface.SetTextColor(color_white)
  8.             surface.SetTextPos(0,0)
  9.             surface.DrawText("iajsdiajsdiasd")
  10.         cam.End3D2D()  
  11.     cam.End3D()    
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement