Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local soghud = true
  2.  
  3. hook.Add("HUDPaint", "SOGHUD", function() if input.IsButtonDown( KEY_F1 ) then if soghud == true then soghud = false else soghud = true end end if soghud == true then else end
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement