| Author(s): Bi0h4z4rd |
| Category: TF2 > Weapon Scripts |
Notes/Usage Instructions:
This script makes it so that when you move if your weapon isn't fully reloaded it will automatically reload it for you.
There is one problem with this script, if you are shooting the pistol and moving at the same time then it will begin
to reload it, so you can imagine in combat thats pretty annoying ! As well as with the syringe gun. |
Script Code:
//Auto Reload
alias "+f" "+forward;+reload"
alias "-f" "-forward;-reload"
alias "+b" "+back;+reload"
alias "-b" "-back;-reload"
alias "+l" "+moveleft;+reload"
alias "-l" "-moveleft;-reload"
alias "+r" "+moveright;+reload"
alias "-r" "-moveright;-reload"
bind "w" "+f"
bind "s" "+b"
bind "a" "+l"
bind "d" "+r"
================================================
Auto-Reload CFG version.
This version requires you to make two cfg in your cfg folder.
One called "autoreload_on" and one called "autoreload_off"
In the autoreload_on cfg, copy and paste this in :
=================
// Auto Reload
alias "+f" "+forward;+reload"
alias "-f" "-forward;-reload"
alias "+b" "+back;+reload"
alias "-b" "-back;-reload"
alias "+l" "+moveleft;+reload"
alias "-l" "-moveleft;-reload"
alias "+r" "+moveright;+reload"
alias "-r" "-moveright;-reload"
bind "w" "+f"
bind "s" "+b"
bind "a" "+l"
bind "d" "+r"
============
In the autoreload_off cfg copy and paste this in :
============
//No Reload
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
==============
Now in your autoexec/config copy and past this in :
====================
//Auto-Reload
alias ao "auto_on"
alias auto_on "exec autoreload_on; alias ao auto_off; echo Auto-Reload ON"
alias auto_off "exec autoreload_off; alias ao auto_on; echo Auto-Reload OFF"
bind "KP_ENTER" "ao"
=========================
Need help installing this script ?
Click here for my tutorial. |
| Added: 11 months ago |
 Add Feedback |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... Helpful & Laggy 1 x Helpful 1 x Laggy You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login.
 |
noobs!ncorporated We work it up, like a noob |
| Membership: On Request |
| Primary Skills: Coding/Scripting, Graphic Design, Mapping, Modelling, Texturing |
| Inception: 10 months ago |
Want more? Find related scripts. |