Advertisement
ecube8

Third person switching with TOGGLING

Sep 13th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. thirdpersonswitching = 1
  2. bind mouse4 [
  3. universaldelta 1
  4. if ( = $thirdpersonswitching 1 ) [
  5. if ( = ( getclientweapselect ( getclientnum ) ) 2 ) [ thirdperson 0 ] [ thirdperson 1 ]
  6. ]
  7. ]
  8.  
  9. bind mouse5 [
  10. universaldelta -1
  11. if ( = $thirdpersonswitching 1 ) [
  12. if ( = ( getclientweapselect ( getclientnum ) ) 2 ) [ thirdperson 0 ] [ thirdperson 1 ]
  13. ]
  14. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement