Advertisement
ecube8

Third person switching on sword

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