x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

Quick/easy script help.

Created 5th July 2009 @ 11:12

Add A Reply Pages: 1

toasty.

PHX

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.

Norris

try to work with aliases

alias rlon “+reload”
alias rloff “-reload”

bind o rlon
bind p rloff

toasty.

PHX

thanks mate :)

toasty.

PHX

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?

klu

-[MG]-
MG//

alias rlon "+reload"
alias rloff "-reload"

bind o rlon
bind p rloff

eoN^

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