Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. local ScrW,ScrH = ScrW(),ScrH()
  2.  
  3. surface.CreateFont( "gay", {font = "Arial",extended = false,size = (ScrW*100 + ScrH*100)*3,
  4. weight = 500,
  5. blursize = 0,
  6. scanlines = 0,
  7. antialias = true,
  8. underline = false,
  9. italic = false,
  10. strikeout = false,
  11. symbol = false,
  12. rotary = false,
  13. shadow = true,
  14. additive = false,
  15. outline = false,
  16. } )
  17.  
  18. hook.Add("HUDPaint","HUDPAINT_CACALOL",function()
  19. draw.DrawText("caca","DermaDefault",ScrW*0.5,ScrH*0.5,Color(math.random(0,255),math.random(0,255),math.random(0,255),255),1)
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement