Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 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.  
  5. -- code du HUD, à mettre juste ici.
  6.  
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement