Advertisement
ecube8

Automatic hidehud

Sep 18th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bind mouse2 [
  2. secondary
  3. if ( = ( weapselect ) 7 ) [ doit = 1 ]
  4. onrelease [ doit = 0; sleep 50 [ showhud 1 ] ]
  5. ]
  6. hidezoom = [
  7. if ( = $doit 1 ) [
  8. if ( = $zoomlevel 0 ) [ showhud 0 ] [ showhud 1 ]
  9. ] [ ]
  10. sleep 50 [ hidezoom ]
  11. ]
  12. hidezoom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement