SHOW:
|
|
- or go back to the newest paste.
| 1 | thirdpersonswitching = 1 | |
| 2 | bind mouse4 [ | |
| 3 | - | if ( = ( getclientweapselect ( getclientnum ) ) 2 ) [ thirdperson 0 ] [ thirdperson 1 ] |
| 3 | + | |
| 4 | if ( = $thirdpersonswitching 1 ) [ | |
| 5 | if ( = ( getclientweapselect ( getclientnum ) ) 2 ) [ thirdperson 0 ] [ thirdperson 1 ] | |
| 6 | ] | |
| 7 | ] | |
| 8 | - | if ( = ( getclientweapselect ( getclientnum ) ) 2 ) [ thirdperson 0 ] [ thirdperson 1 ] |
| 8 | + | |
| 9 | bind mouse5 [ | |
| 10 | universaldelta -1 | |
| 11 | if ( = $thirdpersonswitching 1 ) [ | |
| 12 | if ( = ( getclientweapselect ( getclientnum ) ) 2 ) [ thirdperson 0 ] [ thirdperson 1 ] | |
| 13 | ] | |
| 14 | ] |