Advertisement
Guest User

Anti Red Screen

a guest
Feb 22nd, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local HudHide = {
  2. CHudDamageIndicator = true
  3. }
  4.  
  5. hook.Add("HUDShouldDraw", "s1", function(name)
  6. if (HudHide[name] ) then return false end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement