PDA

View Full Version : question about joolz 3.43


PiSTeN
20th April 2003, 22:24
i am wondering if i can set an option in joolz 3.43 that only aims when i click the shoot button (mouse1) is this possible in joolz? can anyone help?

Muppet
20th April 2003, 22:31
alias +aimshoot "aim 1;lock 1;shoot 1;txt AiM AnD LocK ON"
alias -aimshoot "aim 0;lock 0;shoot 0;txt AiM AnD LocK OFF"
bind mouse1 "+aimshoot"

Make sure you have already opened the console, and typed in aim 0 and saved that setting .

PiSTeN
21st April 2003, 19:36
thanx works great