PDA

View Full Version : Shot and Flash


jayrwr
5th March 2003, 02:09
I think there is a script that turns ur flash light on when u shoot if anybody have it please post it:bunny:

o({})o
5th March 2003, 03:52
hmmmm, you can try this:

alias +flashfire "impulse101;+attack"
alias -flashfire "impulse101;-attack"
bind mouse1 "+attack"


I am not sure if impulse101 is the flashlight command or not.....

4star
6th March 2003, 01:02
Yes, impulse101 is the flashlight command...

I know there is a supposible "Silent shot" script that does that, but i'm not sure if its only silent for you...or everyone else.

jayrwr
6th March 2003, 02:10
that script u posted dont work

MoFo
6th March 2003, 16:41
the flashlight is "impulse 100" :D(impulse 101 is for cheat hehe)

so it would look like this:


alias +flashfire "impulse 100;+attack"
alias -flashfire "impulse 100;-attack"
bind mouse1 "+attack"

Da BuzZ
6th March 2003, 16:49
Originally posted by MoFo
the flashlight is "impulse 100" :D(impulse 101 is for cheat hehe)

so it would look like this:


alias +flashfire "impulse 100;+attack"
alias -flashfire "impulse 100;-attack"
bind mouse1 "+attack"

uhm correct me if i'm wrong...but doesnt
bind mouse1 "+attack"
have to be
bind mouse1 "+flashfire"
? :)

alias
6th March 2003, 18:12
alias "+fshot "impulse100;wait;+attack;wait;impulse100"
alias "-fshot" "-attack"

alias "switch" "s1"
alias "s1" "alias _mouse1 +fshot;tag1;alias switch s2"
alias "s2" "alias _mouse1 +attack;tag2;alias switch s1"

alias "_mouse1" "+attack"
bind mouse1 "_mouse1"


alias "tag1" "developer 1;echo flashshot[ON];developer 0"
alias "tag2" "developer 1;echo flashshot[OFF];developer 0"


something like that? u looking 4?

:bandit:

[FlameGL]alias:bunny:

MoFo
6th March 2003, 19:39
Originally posted by Da BuzZ

uhm correct me if i'm wrong...but doesnt
bind mouse1 "+attack"
have to be
bind mouse1 "+flashfire"
? :)

oops yeah.. hehe i copy pasted the one from o({})o..

o({})o
6th March 2003, 22:35
lololol, I can't believe I messed up such a silly little thing..... ;).