Advertisement
Guest User

Untitled

a guest
May 4th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local Pos = self:GetPos();
  2. local Ang = self:GetAngles();
  3. Ang:RotateAroundAxis( Ang:Up(), 0 );
  4. Ang:RotateAroundAxis( Ang:Forward(), 90 );
  5.  
  6. cam.Start3D2D( Pos + Ang:Up() * 12, Ang, .2 )
  7. if self:IsValid() then
  8. draw.SimpleText( "Weedplant", "DermaLarge", -75,-75, Color( 255, 255, 255 ) );
  9. end;
  10. cam.End3D2D();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement