Advertisement
Silverlan

Untitled

Oct 20th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local tbHide = {"CHudHealth","CHudBattery","CHudAmmo","CHudSecondaryAmmo"}
  2. hook.Add("HUDShouldDraw","SINHUDOverRDHook",function(name)
  3.     if(SHUD:GetInt() != 1) then return end
  4.     if(table.HasValue(tbHide,name)) then return false end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement