Forum
Quick/easy script help.
Created 5th July 2009 @ 11:12
Add A Reply Pages: 1
I want a bind for +reload and -reload. I usually just type it in the console.
I tried
bind “o” “+reload”
bind “p” “-reload”
But they only work once, so pressing “o” just reloads one time.
try to work with aliases
alias rlon “+reload”
alias rloff “-reload”
bind o rlon
bind p rloff
Norris, I cut and paste that into my cfg but it doesn’t work? I tried adding ” around the terms but that failed as well?
Norris, I cut and paste that into my cfg but it doesn’t work? I tried adding ” around the terms but that failed as well?
alias rlon +reload
alias rloff -reload
bind o rlon
bind p rloff
Try that.
Add A Reply Pages: 1